From: Chris S. <san...@us...> - 2005-07-18 11:58:33
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15020/scripts Modified Files: stackWin.php Log Message: Index: stackWin.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackWin.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** stackWin.php 18 Jul 2005 10:07:18 -0000 1.6 --- stackWin.php 18 Jul 2005 11:58:22 -0000 1.7 *************** *** 130,136 **** } ! //This is useful for debuggin. Removing the comments below will echo ! //exactly the CAS session ! echo "<pre>".$ret."</pre>"; $ret = trim($ret); --- 130,135 ---- } ! //This is useful for debugging. Removing the comments below will echo exactly the CAS session. ! //echo "<pre>".$ret."</pre>"; $ret = trim($ret); |