From: Chris S. <san...@us...> - 2005-10-27 12:25:31
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11544/scripts Modified Files: stackQuiz.php Log Message: Index: stackQuiz.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuiz.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** stackQuiz.php 26 Oct 2005 17:48:50 -0000 1.18 --- stackQuiz.php 27 Oct 2005 12:25:16 -0000 1.19 *************** *** 219,224 **** if (!$review) { - include($stack_root.'/html/quizchoose.html'); require_once("{$stack_root}/html/quizjava.html"); } --- 219,224 ---- if (!$review) { require_once("{$stack_root}/html/quizjava.html"); + include($stack_root.'/html/quizchoose.html'); } |