X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/9e82b53fc5d8cb1e54b5fde774fa68a916f28b4c..eb55e2f8ca3859482a389795e03b45283e14ef36:/mobile/time_edit.php diff --git a/mobile/time_edit.php b/mobile/time_edit.php index 7130b8cd..46c89d92 100644 --- a/mobile/time_edit.php +++ b/mobile/time_edit.php @@ -333,7 +333,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);