X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=client_add.php;h=275a65eef1ee417d3762ad46f00f4f375dc28bb8;hb=da25ca5669ac88985d37a68392ed736ac03dcc3c;hp=7a90d22b297fc85d808b12b4e24141e44ae38b56;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git 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()"');