X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a62e4bdd1bc89ea4f3cf29507399b5b8f229597a..0bd866162cda1e8e5f9617e1d23322163f3a66e6:/export.php diff --git a/export.php b/export.php index 4f1a571a..5f7bd02d 100644 --- a/export.php +++ b/export.php @@ -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) {