X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2df50105b46a5cbd6493271b137a136ccfe2ea5a..b20bc88bdf10d0599435f36bc8acd01b7a35c23c:/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) {