X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..5d4e18ee6156a223c3203819ba9a3c703437e697:/client_edit.php 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'));