From: Chris S. <san...@us...> - 2005-07-14 14:13:53
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12942 Modified Files: question_bank.php Log Message: Index: question_bank.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/question_bank.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** question_bank.php 14 Jul 2005 07:27:03 -0000 1.5 --- question_bank.php 14 Jul 2005 14:13:45 -0000 1.6 *************** *** 211,217 **** echo '<font color="red">Question ID '.$questionID.' has been deleted, it was used in the following quiz(zes)'; echo stack_db_question_quiz_list_printquizname($questionID)."</font>\n"; } ! stack_db_question_drop($questionID); ! } $action = 'questionbank_screen'; break; --- 211,217 ---- echo '<font color="red">Question ID '.$questionID.' has been deleted, it was used in the following quiz(zes)'; echo stack_db_question_quiz_list_printquizname($questionID)."</font>\n"; + stack_db_question_drop($questionID); } ! } $action = 'questionbank_screen'; break; |