Cosmetic - improved comments
[timetracker.git] / client_edit.php
index c24a427..747ed2b 100644 (file)
@@ -113,7 +113,7 @@ if ($request->getMethod() == 'POST') {
         $errors->add($i18n->getKey('error.client_exists'));
     }
   }
-} // post
+} // POST
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('title', $i18n->getKey('title.edit_client'));