X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4255418fd8d5a23ff005e4136a0b173b9ad62bd0..f6c7709e92252811cc6f9997b86ac14e3f0dc4f6:/export.php diff --git a/export.php b/export.php index 3d617814..2b52acae 100644 --- a/export.php +++ b/export.php @@ -57,11 +57,11 @@ if ($request->isPost()) { $mime_type = 'application/x-bzip2'; } - if (defined('SUBGROUP_DEBUG') && isTrue(SUBGROUP_DEBUG)) { + //if (defined('SUBGROUP_DEBUG') && isTrue(SUBGROUP_DEBUG)) { $exportHelper = new ttOrgExportHelper(); - } else { - $exportHelper = new ttExportHelper(); - } + //} else { + // $exportHelper = new ttExportHelper(); + //} if ($exportHelper->createDataFile($compress)) { header('Pragma: public'); // This is needed for IE8 to download files over https. header('Content-Type: '.$mime_type);