X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=time_edit.php;h=2dca2447c161f8ccab3df36528885964114348b1;hb=eb55e2f8ca3859482a389795e03b45283e14ef36;hp=7e4f7bf2e6cb5bff104292d36ece414e16d0a4fc;hpb=9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c;p=timetracker.git diff --git a/time_edit.php b/time_edit.php index 7e4f7bf2..2dca2447 100644 --- a/time_edit.php +++ b/time_edit.php @@ -393,7 +393,7 @@ if ($request->isPost()) { header("Location: time_delete.php?id=$cl_id"); exit(); } -} // POST +} // isPost $smarty->assign('client_list', $client_list); $smarty->assign('project_list', $project_list);