From: Chris S. <san...@us...> - 2005-06-15 20:17:32
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4328 Modified Files: Tag: frontend_dev question_bank_util.php Log Message: Index: question_bank_util.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/Attic/question_bank_util.php,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** question_bank_util.php 15 Jun 2005 20:07:09 -0000 1.1.2.5 --- question_bank_util.php 15 Jun 2005 20:17:08 -0000 1.1.2.6 *************** *** 28,31 **** --- 28,33 ---- function stack_get_question_from_session() { + global $stackQuestion; + $question = NULL; // Get any $question from the current $_SESSION |