Update of /cvsroot/stack/stack-1-0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26598
Modified Files:
quiz.php
Log Message:
Index: quiz.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/quiz.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** quiz.php 9 Sep 2005 11:14:59 -0000 1.36
--- quiz.php 9 Sep 2005 11:45:48 -0000 1.37
***************
*** 137,141 ****
// Check the $quizid is in the $subject
if (!stack_db_subject_quiz_contained($subjectID,$quizid)) {
! echo "The quizID number is not linked to the subjectID numbers supplied".
die();
}
--- 137,141 ----
// Check the $quizid is in the $subject
if (!stack_db_subject_quiz_contained($subjectID,$quizid)) {
! echo "The quizID number is not linked to the subjectID numbers supplied";
die();
}
|