From: moodler Date: Thu, 29 Jul 2004 03:43:48 +0000 (+0000) Subject: Fixed a notice X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d0a1d0483e98e8e8e33582afa81e45b62f2939e1;p=moodle.git Fixed a notice --- diff --git a/mod/quiz/mod.html b/mod/quiz/mod.html index 0f1f890a3f..4967c2443b 100644 --- a/mod/quiz/mod.html +++ b/mod/quiz/mod.html @@ -52,6 +52,9 @@ if (!isset($form->subnet)) { $form->subnet = ""; } + if (!isset($form->timelimit)) { + $form->timelimit = 0; + } ?>