Update of /cvsroot/stack/stack-1-0/lang/en/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13325/lang/en/doc
Modified Files:
author_testsuite.php
Log Message:
Index: author_testsuite.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/author_testsuite.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** author_testsuite.php 14 Jul 2005 11:28:14 -0000 1.1
--- author_testsuite.php 14 Jul 2005 11:37:07 -0000 1.2
***************
*** 149,153 ****
echo "</form>";
! if ('' == $AnsTest) {
die();
}
--- 149,153 ----
echo "</form>";
! if ('' == $AnsTest OR 'default' == $AnsTest) {
die();
}
|