From: Chris S. <san...@us...> - 2005-10-09 16:20:53
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20259/scripts Modified Files: stackCAS.php Log Message: Index: stackCAS.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackCAS.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** stackCAS.php 9 Oct 2005 16:19:44 -0000 1.5 --- stackCAS.php 9 Oct 2005 16:20:39 -0000 1.6 *************** *** 291,295 **** $parsed = CASParseCASOutput($varResponse); ! show_array($parsed); // Get the CAS's values of the locals into an array. --- 291,295 ---- $parsed = CASParseCASOutput($varResponse); ! //show_array($parsed); // Get the CAS's values of the locals into an array. *************** *** 343,347 **** } ! show_array($locals_inst); return $locals_inst; } --- 343,347 ---- } ! //show_array($locals_inst); return $locals_inst; } |