<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.12.4417 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.12.4418 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
<a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
<a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
<a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
$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);
$form->addInput(array('type'=>'submit','name'=>'btn_submit','value'=>$i18n->get('button.import')));
if ($request->isPost()) {
- if (defined('SUBGROUP_DEBUG') && isTrue(SUBGROUP_DEBUG)) {
+// if (defined('SUBGROUP_DEBUG') && isTrue(SUBGROUP_DEBUG)) {
$import = new ttOrgImportHelper($err);
- } else {
- $import = new ttImportHelper($err);
- }
+// } else {
+// $import = new ttImportHelper($err);
+// }
$import->importXml();
if ($err->no()) $msg->add($i18n->get('form.import.success'));
} // isPost