]> wagnertech.de Git - timetracker.git/blobdiff - export.php
A bit of refactoring.
[timetracker.git] / export.php
index 4f1a571a1640c0e2688333570ce4c85fd179ad4d..5f7bd02d471c50ec184256258f12b9630201646a 100644 (file)
@@ -47,7 +47,7 @@ $form->addInput(array('type'=>'submit','name'=>'btn_submit','value'=>$i18n->get(
 
 if ($request->isPost()) {
 
-  $filename = 'team_data.xml';
+  $filename = 'group_data.xml';
   $mime_type = 'text/xml';
   $compress = false;
   if ('bzip' == $cl_compression) {