]> wagnertech.de Git - timetracker.git/blobdiff - client_add.php
Cleaning up white space.
[timetracker.git] / client_add.php
index 7a90d22b297fc85d808b12b4e24141e44ae38b56..275a65eef1ee417d3762ad46f00f4f375dc28bb8 100644 (file)
@@ -80,7 +80,7 @@ if ($request->isPost()) {
      } else
        $err->add($i18n->getKey('error.client_exists'));
   }
-} // POST
+} // isPost
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('onload', 'onLoad="document.clientForm.name.focus()"');