]> git.mjollnir.org Git - moodle.git/commitdiff
Avoid some warnings
authorstronk7 <stronk7>
Tue, 24 Aug 2004 20:40:49 +0000 (20:40 +0000)
committerstronk7 <stronk7>
Tue, 24 Aug 2004 20:40:49 +0000 (20:40 +0000)
Bug 1729
(http://moodle.org/bugs/bug.php?op=show&bugid=1729)

Merged from MOODLE_14_STABLE

mod/glossary/mod.html

index 99f086ffbacdc0089e17f61e3ac05801ef828893..dff1201815d7f2fb8adcc34c499ea281b85de3c7 100644 (file)
@@ -53,6 +53,18 @@ if (!isset($form->rsstype)) {
 if (!isset($form->rssarticles)) {
     $form->rssarticles = 0;
 }
+if (!isset($form->assessed)) {
+    $form->assessed = 0;
+}
+if (!isset($form->scale)) {
+    $form->scale = 0;
+}
+if (!isset($form->assesstimestart)) {
+    $form->assesstimestart = 0;
+}
+if (!isset($form->assesstimefinish)) {
+    $form->assesstimefinish = 0;
+}
 ?>
 <FORM name="form" method="post" action="<?php p($ME) ?>">
 <CENTER>