X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d26c95718cac0a2994ab4e9633b59f420a0816b4..fd3db1c1a2b975a23c907b2e9b714a0cfe47f3e0:/client_edit.php diff --git a/client_edit.php b/client_edit.php index c24a427e..747ed2b8 100644 --- a/client_edit.php +++ b/client_edit.php @@ -113,7 +113,7 @@ if ($request->getMethod() == 'POST') { $errors->add($i18n->getKey('error.client_exists')); } } -} // post +} // POST $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('title', $i18n->getKey('title.edit_client'));