Update of /cvsroot/stack/stack-1-0/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25590/scripts
Modified Files:
stackQuestion.php
Log Message:
Index: stackQuestion.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuestion.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** stackQuestion.php 13 Sep 2005 08:35:04 -0000 1.36
--- stackQuestion.php 15 Sep 2005 10:30:27 -0000 1.37
***************
*** 572,576 ****
$stackAnswerTest['SA_factored']['function'] = 'ATFacForm';
! $stackAnswerTest['SA_expanded']['imp'] = 'cas-var';
$stackAnswerTest['SA_expanded']['function'] = 'ATExpanded';
--- 572,576 ----
$stackAnswerTest['SA_factored']['function'] = 'ATFacForm';
! $stackAnswerTest['SA_expanded']['imp'] = 'cas';
$stackAnswerTest['SA_expanded']['function'] = 'ATExpanded';
***************
*** 1268,1272 ****
$disp = $options['Display'];
!
// This is a general response for the Ans, in case of an error.
$eans = array('value'=> $sa, 'display'=> $sa);
--- 1268,1272 ----
$disp = $options['Display'];
!
// This is a general response for the Ans, in case of an error.
$eans = array('value'=> $sa, 'display'=> $sa);
|