From: Chris S. <san...@us...> - 2005-08-17 11:35:44
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24703/scripts Modified Files: stackQuestion.php Log Message: Index: stackQuestion.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuestion.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** stackQuestion.php 22 Jul 2005 12:47:40 -0000 1.30 --- stackQuestion.php 17 Aug 2005 11:35:36 -0000 1.31 *************** *** 515,518 **** --- 515,519 ---- $stackAnswerTest['SA_expanded']['imp'] = 'cas'; $stackAnswerTest['PartFrac']['imp'] = 'cas'; + $stackAnswerTest['SingleFrac']['imp'] = 'cas'; $stackAnswerTest['Diff']['imp'] = 'cas'; $stackAnswerTest['Int']['imp'] = 'cas'; *************** *** 1208,1211 **** --- 1209,1213 ---- OR 'SA_factored' == $atest OR 'PartFrac' == $atest + OR 'SingleFrac' == $atest OR 'Diff' == $atest OR 'Int' == $atest) { *************** *** 1222,1225 **** --- 1224,1228 ---- OR 'SA_factored' == $atest OR 'PartFrac' == $atest + OR 'SingleFrac' == $atest OR 'Diff' == $atest OR 'Int' == $atest) { |