X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/997b32f47f535f6e801bb220749826f1c179bfba..f8292d356ef3ac53b2bb1183dd462f7c453c20e5:/mobile/time_delete.php?ds=inline diff --git a/mobile/time_delete.php b/mobile/time_delete.php index f5305bc6..10473260 100644 --- a/mobile/time_delete.php +++ b/mobile/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 {