X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=project_edit.php;h=9cca73e55feb6998ad54bb8b94d25167364f5a21;hb=7fafd0cdc53c376b557a5504af53dacdfbcdb533;hp=7f2cd342652123b6df7670c68e45226fb069afe3;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git diff --git a/project_edit.php b/project_edit.php index 7f2cd342..9cca73e5 100644 --- a/project_edit.php +++ b/project_edit.php @@ -124,7 +124,7 @@ if ($request->isPost()) { $err->add($i18n->getKey('error.project_exists')); } } -} // POST +} // isPost $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.projectForm.name.focus()"');