X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/51818601ad6bd5fafcbc93e171b51f9eaf98486c..2b02e65a452b9ab911d3a3c3072302f6e39dfec7:/export.php diff --git a/export.php b/export.php index b194adfb..3d617814 100644 --- a/export.php +++ b/export.php @@ -28,7 +28,7 @@ require_once('initialize.php'); import('ttExportHelper'); -import('ttExportHelper2'); +import('ttOrgExportHelper'); import('form.Form'); // Access check. @@ -58,7 +58,7 @@ if ($request->isPost()) { } if (defined('SUBGROUP_DEBUG') && isTrue(SUBGROUP_DEBUG)) { - $exportHelper = new ttExportHelper2(); + $exportHelper = new ttOrgExportHelper(); } else { $exportHelper = new ttExportHelper(); }