X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..d20e3ae3a4685a3da6bb1da102a3010683a6d2da:/project_edit.php 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()"');