]> wagnertech.de Git - timetracker.git/blobdiff - cf_dropdown_option_add.php
Cosmetic - improved comments
[timetracker.git] / cf_dropdown_option_add.php
index 26ede87854a43aea2b5144452490170e01b389ff..2ffb83f6fef4279609c59f91e627811bd92081b2 100644 (file)
@@ -62,7 +62,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.optionAddForm.name.focus()"');