From 46ee31748dbd22172323a8bd9ed39191e67159b6 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Mon, 30 Jul 2007 09:41:31 +0000 Subject: [PATCH] Change the config.html form to match changes made in mod_form ages ago. Oops! --- mod/quiz/config.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ : - + -- 2.39.5