X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=client_edit.php;h=c7ad1581e0b68b4ef5553d311448b1ca6c823c36;hb=765181f88bd61e74e2836d1ede6465945e2226cf;hp=c64618d18369f064bb030b49b72552763622e5c0;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git diff --git a/client_edit.php b/client_edit.php index c64618d1..c7ad1581 100644 --- a/client_edit.php +++ b/client_edit.php @@ -113,7 +113,7 @@ if ($request->isPost()) { $err->add($i18n->getKey('error.client_exists')); } } -} // POST +} // isPost $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.edit_client'));