From: tjhunt Date: Mon, 30 Jul 2007 09:41:31 +0000 (+0000) Subject: Change the config.html form to match changes made in mod_form ages ago. Oops! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=46ee31748dbd22172323a8bd9ed39191e67159b6;p=moodle.git Change the config.html form to match changes made in mod_form ages ago. Oops! --- diff --git a/mod/quiz/config.html b/mod/quiz/config.html index aed19c2dcc..da47c135a7 100644 --- a/mod/quiz/config.html +++ b/mod/quiz/config.html @@ -38,7 +38,7 @@ $form->questions = ""; } if (!isset($form->password)) { - $form->password = $CFG->quiz_password; + $form->quizpassword = $CFG->quiz_password; } if (!isset($form->subnet)) { $form->subnet = $CFG->quiz_subnet; @@ -335,7 +335,7 @@ : - +