Update of /cvsroot/stack/stack-1-0/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3806/html
Modified Files:
quizchoose.html
Log Message:
Index: quizchoose.html
===================================================================
RCS file: /cvsroot/stack/stack-1-0/html/quizchoose.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** quizchoose.html 12 Sep 2005 08:07:47 -0000 1.1
--- quizchoose.html 15 Sep 2005 08:50:41 -0000 1.2
***************
*** 13,17 ****
<form name='quizform' action='quiz.php' method='POST'>
! <input type='hidden' name='returnurl' value ='<?php $returnurl ?>' />
<input type='hidden' name='userid' value='-1' />
<input type='hidden' name='quizid' value='-1' />
--- 13,17 ----
<form name='quizform' action='quiz.php' method='POST'>
! <input type='hidden' name='returnurl' value ='<?php echo $returnurl; ?>' />
<input type='hidden' name='userid' value='-1' />
<input type='hidden' name='quizid' value='-1' />
|