A better comment
[timetracker.git] / cf_dropdown_option_edit.php
index bf5b17e..78fc279 100644 (file)
@@ -64,7 +64,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.optionEditForm.name.focus()"');