X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..d9b4512fae9de17f4bc9d77c7532db6ada9bf8c3:/client_add.php diff --git a/client_add.php b/client_add.php index 7a90d22b..275a65ee 100644 --- a/client_add.php +++ b/client_add.php @@ -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()"');