From d0a1d0483e98e8e8e33582afa81e45b62f2939e1 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 29 Jul 2004 03:43:48 +0000 Subject: [PATCH] Fixed a notice --- mod/quiz/mod.html | 3 +++ 1 file changed, 3 insertions(+) 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; + } ?> -- 2.39.5