Removed duplicate assignment.
[timetracker.git] / project_files.php
index d8ef988..3af70d5 100644 (file)
@@ -85,12 +85,6 @@ if ($request->isPost()) {
 $smarty->assign('can_manage', $user->can('manage_projects'));
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('files', $files);
-$smarty->assign('title', $i18n->get('title.project_files'));
-
-
 $smarty->assign('title', $i18n->get('title.project_files').': '.$project['name']);
-
-
-
 $smarty->assign('content_page_name', 'project_files.tpl');
 $smarty->display('index.tpl');