From: moodler Date: Wed, 4 Aug 2004 12:48:06 +0000 (+0000) Subject: Fixed some notices. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fa2fb64cbc392a49edf59863470c3c43ebe7a985;p=moodle.git Fixed some notices. --- diff --git a/mod/forum/mod.html b/mod/forum/mod.html index e6384b1c19..9ef420a463 100644 --- a/mod/forum/mod.html +++ b/mod/forum/mod.html @@ -29,6 +29,15 @@ if (!isset($form->rssarticles)) { $form->rssarticles = 0; } + if (!isset($form->scale)) { + $form->scale = 0; + } + if (!isset($form->assesstimestart)) { + $form->assesstimestart = 0; + } + if (!isset($form->assesstimefinish)) { + $form->assesstimefinish = 0; + } ?>