From: Chris S. <san...@us...> - 2005-11-09 14:02:47
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21584/scripts Modified Files: stackCAS.php Log Message: Index: stackCAS.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackCAS.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** stackCAS.php 9 Nov 2005 13:56:56 -0000 1.10 --- stackCAS.php 9 Nov 2005 14:02:37 -0000 1.11 *************** *** 192,196 **** } ! $cas_cmd = "cab:block([ ans,str{$loclistA}] {$loclistC}, simp:false,"; $cas_cmd .= " print(\"[ Timestamp = [ $t ], Ans= [ error = [\"), cte(\"ans\",errcatch(ans:$exp1)),"; $cas_cmd .= " print(\" ValidationError = [ \"), str:stack_validate(ans), print(str),"; --- 192,196 ---- } ! $cas_cmd = "cab:block([ ans,str{$loclistA}] {$loclistC}, "; $cas_cmd .= " print(\"[ Timestamp = [ $t ], Ans= [ error = [\"), cte(\"ans\",errcatch(ans:$exp1)),"; $cas_cmd .= " print(\" ValidationError = [ \"), str:stack_validate(ans), print(str),"; |