Add basic application in order to perform the tasks

This commit is contained in:
Didier Corbière 2013-09-25 02:03:52 +01:00
父節點 46d993d168
當前提交 8d5109d7de
共有 9 個文件被更改,包括 295 次插入5 次删除

查看文件

@ -28,7 +28,7 @@ class BookExport
{
switch ($inExportType) {
case self::eExportTypeCsv:
$this->mExport = new CsvExport($inFileName);
$this->mExport = new CsvExport($inFileName, $inCreate);
break;
default:
$error = sprintf('Incorrect export type: %d', $inExportType);