]> wagnertech.de Git - timetracker.git/blobdiff - cf_dropdown_option_add.php
Added environment_check.php file.
[timetracker.git] / cf_dropdown_option_add.php
index a8de8e5ce50970e57f08596e3ae854ad27f33bc1..20da6eefc0457c1955fc89dac47869e7fe4ed522 100644 (file)
@@ -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()"');