X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/997b32f47f535f6e801bb220749826f1c179bfba..decf7058c3d2cc57fa2f814f33e7c09b264ff854:/mobile/time_delete.php 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 {