A better comment
[timetracker.git] / cf_custom_field_edit.php
index f368515..196d85f 100644 (file)
@@ -70,7 +70,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.fieldForm.name.focus()"');