From: moodler Date: Thu, 13 May 2004 08:50:37 +0000 (+0000) Subject: Fixed bug 1379 .... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9cc093f199d41e62f04615866c3e91b7107b122f;p=moodle.git Fixed bug 1379 .... --- diff --git a/mod/assignment/submissions.php b/mod/assignment/submissions.php index e5cbf52060..281af4c18e 100644 --- a/mod/assignment/submissions.php +++ b/mod/assignment/submissions.php @@ -6,8 +6,8 @@ require_variable($id); // Assignment optional_variable($sort, "timemodified"); optional_variable($dir, "DESC"); + optional_variable($timewas); - $timewas = $_POST['timenow']; $timenow = time(); if (! $assignment = get_record("assignment", "id", $id)) {