From: Chris S. <san...@us...> - 2006-02-06 14:54:28
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15767/scripts Modified Files: stackQuestion.php Log Message: Index: stackQuestion.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuestion.php,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** stackQuestion.php 6 Feb 2006 14:44:01 -0000 1.60 --- stackQuestion.php 6 Feb 2006 14:54:20 -0000 1.61 *************** *** 1395,1402 **** $errs = validate_casstring($atest_ops); ! $ta = "[$ta,$atest_ops,FALSE]"; if ( 'SA_factored' == $atest or 'SA_partfrac' == $atest) { ! $ta = "[$sa,$atest_ops,TRUE]"; } --- 1395,1402 ---- $errs = validate_casstring($atest_ops); ! $ta = "[$ta,$atest_ops,false]"; if ( 'SA_factored' == $atest or 'SA_partfrac' == $atest) { ! $ta = "[$sa,$atest_ops,\]"; } |