X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/95d031241d1e1970e92171e733c81896b53f7cdc..45a530c33fdd7ab2ccd1905c24a371c94e17eac5:/time_delete.php diff --git a/time_delete.php b/time_delete.php index 385e4f11..5d6e5729 100644 --- a/time_delete.php +++ b/time_delete.php @@ -64,7 +64,7 @@ if ($request->isPost()) { if ($err->no()) { // Delete the record. - if (ttTimeHelper::delete($cl_id, $user_id)) { + if (ttTimeHelper::delete($cl_id)) { header('Location: time.php'); exit(); } else {