From: Chris S. <san...@us...> - 2005-09-13 08:35:19
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20811 Modified Files: stackCAS.php stackQuestion.php Log Message: Index: stackCAS.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackCAS.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** stackCAS.php 12 Sep 2005 08:07:47 -0000 1.3 --- stackCAS.php 13 Sep 2005 08:35:04 -0000 1.4 *************** *** 25,28 **** --- 25,29 ---- $loclistA = ''; $loclistB = ''; + $loclistC = ''; $cs ='cab:BLOCK([ RANDOM_SEED'; *************** *** 170,173 **** --- 171,175 ---- $loclistA = ''; $loclistB = ''; + $loclistC = ''; $cs ='cab:BLOCK([ RANDOM_SEED'; Index: stackQuestion.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuestion.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** stackQuestion.php 12 Sep 2005 08:07:47 -0000 1.35 --- stackQuestion.php 13 Sep 2005 08:35:04 -0000 1.36 *************** *** 1267,1270 **** --- 1267,1272 ---- global $stack_os,$stack_web_root,$stack_web_services,$stackAnswerTest; + $disp = $options['Display']; + // This is a general response for the Ans, in case of an error. $eans = array('value'=> $sa, 'display'=> $sa); |