From: Chris S. <san...@us...> - 2005-11-09 12:57:33
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20619/scripts Modified Files: stackCAS.php Log Message: Index: stackCAS.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackCAS.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** stackCAS.php 8 Nov 2005 09:45:00 -0000 1.8 --- stackCAS.php 9 Nov 2005 11:57:29 -0000 1.9 *************** *** 219,223 **** } ! if ('false' == $unp['ValidationValid']) { $unp['Valid'] = 'false'; $unp['AnswerNote'] = $unp['ValidationNote']; --- 219,225 ---- } ! $unp['Valid'] = strtolower($unp['Valid']); ! ! if ('false' == strtolower($unp['ValidationValid'])) { $unp['Valid'] = 'false'; $unp['AnswerNote'] = $unp['ValidationNote']; |