X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..eb55e2f8ca3859482a389795e03b45283e14ef36:/client_delete.php diff --git a/client_delete.php b/client_delete.php index e22704fa..201d02ca 100644 --- a/client_delete.php +++ b/client_delete.php @@ -64,7 +64,7 @@ if ($request->isPost()) { header('Location: clients.php'); exit(); } -} // POST +} // isPost $smarty->assign('client_to_delete', $client_to_delete); $smarty->assign('forms', array($form->getName()=>$form->toArray()));