Update of /cvsroot/stack/stack-1-0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17613
Modified Files:
editquiz.php quiz.php
Log Message:
Index: quiz.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/quiz.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** quiz.php 26 Oct 2005 17:48:50 -0000 1.44
--- quiz.php 26 Oct 2005 17:49:28 -0000 1.45
***************
*** 19,22 ****
--- 19,24 ----
include($stack_root.'/frontend_general/process_input.php');
+
+
//////////////////////////////////////////////////////////
// (2) Assign default values to quiz specific variables.
Index: editquiz.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/editquiz.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** editquiz.php 11 Oct 2005 17:35:38 -0000 1.23
--- editquiz.php 26 Oct 2005 17:49:28 -0000 1.24
***************
*** 55,58 ****
--- 55,59 ----
require_once("{$stack_root}/html/quizjava.html");
+
// Work out the correct value for any filter to be applied to the question
// bank. This is not needed by all actions, but it is harmless to set it.
|