X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=export.php;h=5f7bd02d471c50ec184256258f12b9630201646a;hb=2bd9983978cf8d6263e27a531aeb33f365667e37;hp=4f1a571a1640c0e2688333570ce4c85fd179ad4d;hpb=a62e4bdd1bc89ea4f3cf29507399b5b8f229597a;p=timetracker.git 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) {