]> wagnertech.de Git - timetracker.git/blobdiff - cf_dropdown_option_edit.php
Cosmetic - improved comments
[timetracker.git] / cf_dropdown_option_edit.php
index b46a3a539cbb6e65e5f5c57f1840f0bf02bcc18c..f61225bcc0f12fc3480c17d730e2d01be4ee0b58 100644 (file)
@@ -64,7 +64,7 @@ if ($request->getMethod() == 'POST') {
     } else
       $errors->add($i18n->getKey('error.db'));
   }
-}
+} // POST
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('onload', 'onLoad="document.optionEditForm.name.focus()"');