From 305693414db864290c1112e762958659ffe9528c Mon Sep 17 00:00:00 2001 From: Joe Presbrey Date: Thu, 19 Jan 2006 06:14:03 +0000 Subject: [PATCH] batch status error code change git-svn-id: svn://presbrey.mit.edu/sql/mitsql@91 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- batch/status.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/batch/status.php b/batch/status.php index bb961e1..072f064 100755 --- a/batch/status.php +++ b/batch/status.php @@ -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'); -- 2.45.1