From: Chris S. <san...@us...> - 2005-11-19 16:04:49
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26165/scripts Modified Files: stackQuestion.php Log Message: Index: stackQuestion.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuestion.php,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** stackQuestion.php 19 Nov 2005 15:33:54 -0000 1.52 --- stackQuestion.php 19 Nov 2005 16:04:39 -0000 1.53 *************** *** 1388,1391 **** --- 1388,1392 ---- if ('AlgEquiv_quiet' == $atest) { $this_attempt['FeedBack'] = ''; + $this_attempt['Valid'] = 'true'; } } else if ('cas-var' == $stackAnswerTest[$atest]['imp']) { *************** *** 1639,1643 **** } - show_array($this_attempt); return $this_attempt; } --- 1640,1643 ---- |