]> wagnertech.de Git - timetracker.git/blobdiff - cf_custom_field_edit.php
Incremented version for previous changes
[timetracker.git] / cf_custom_field_edit.php
index 3d92d94502e4d8dc1a6d9d4ad289670f75e6c377..15146db67b00db3665c2a6b5d6320455bb87cbef 100644 (file)
@@ -70,7 +70,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.fieldForm.name.focus()"');