Update of /cvsroot/stack/stack-1-0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16939
Modified Files:
quiz.php
Log Message:
Index: quiz.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/quiz.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** quiz.php 15 Sep 2005 08:50:41 -0000 1.40
--- quiz.php 15 Sep 2005 12:08:53 -0000 1.41
***************
*** 121,125 ****
if (array_key_exists('quizid',$_POST)) {
$quizid = $_POST['quizid'];
!
// Check the $quizid is in the $subject, or we are the admin user.
if (!stack_db_subject_quiz_contained($subjectID,$quizid) AND ( -1 != $user['id'] OR !$user['loggedin'] )) {
--- 121,125 ----
if (array_key_exists('quizid',$_POST)) {
$quizid = $_POST['quizid'];
!
// Check the $quizid is in the $subject, or we are the admin user.
if (!stack_db_subject_quiz_contained($subjectID,$quizid) AND ( -1 != $user['id'] OR !$user['loggedin'] )) {
|