]> andersk Git - sql-web.git/commitdiff
batch status error code change
authorJoe Presbrey <presbrey@mit.edu>
Thu, 19 Jan 2006 06:14:03 +0000 (06:14 +0000)
committerJoe Presbrey <presbrey@mit.edu>
Thu, 19 Jan 2006 06:14:03 +0000 (06:14 +0000)
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@91 a142d4bd-2cfb-0310-9673-cb33a7e74f58

batch/status.php

index bb961e1cdfbc329eeb7606b22893422fea857dec..072f064dd946fb0cc903cdb340d9ecce1000a614 100755 (executable)
@@ -6,7 +6,8 @@ require_once('mitsql.lib.php');
 require_once('batch.inc.php');
 
 $Login = new Login($i_u);
-if (!$Login->canLogin()) die('-1');
+// Previously "-1" -- verify consistency
+if (!$Login->canLogin()) die('1');
 
 die('0');
 
This page took 0.02927 seconds and 5 git commands to generate.