Cosmetic - improved comments
[timetracker.git] / client_add.php
index b718705..4aef5ab 100644 (file)
@@ -80,7 +80,7 @@ if ($request->getMethod() == 'POST') {
      } else
        $errors->add($i18n->getKey('error.client_exists'));
   }
-} // post
+} // POST
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('onload', 'onLoad="document.clientForm.name.focus()"');