X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..d9b4512fae9de17f4bc9d77c7532db6ada9bf8c3:/cf_dropdown_option_add.php diff --git a/cf_dropdown_option_add.php b/cf_dropdown_option_add.php index a8de8e5c..20da6eef 100644 --- a/cf_dropdown_option_add.php +++ b/cf_dropdown_option_add.php @@ -62,7 +62,7 @@ if ($request->isPost()) { } else $err->add($i18n->getKey('error.db')); } -} // POST +} // isPost $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.optionAddForm.name.focus()"');