From: Rob H. <for...@us...> - 2002-08-14 01:35:52
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv32625/bin Modified Files: sandweb.cgi Log Message: we weren't exiting if a user tried selected delete from the toolbar file cmds when no files were selected, resulting in a weird looking error page ( both pages were printed, so you saw the headers from the "good" result page ) and errors about non-initialized values Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.313 retrieving revision 1.314 diff -U2 -r1.313 -r1.314 --- sandweb.cgi 13 Aug 2002 21:46:28 -0000 1.313 +++ sandweb.cgi 14 Aug 2002 01:35:48 -0000 1.314 @@ -1721,4 +1721,5 @@ MESSAGE => $message, ); + exit; } |