X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/blobdiff_plain/7d64c09fae72f64fbee6d512d2ad681f99307954..89905822275ff9062a8fefb007b088abee0b0b45:/batch/status.php diff --git a/batch/status.php b/batch/status.php index 072f064..fa670ca 100755 --- a/batch/status.php +++ b/batch/status.php @@ -5,7 +5,7 @@ require_once('mitsql.lib.php'); require_once('batch.inc.php'); -$Login = new Login($i_u); +$Login = new Login(getUsernameID($i_u)); // Previously "-1" -- verify consistency if (!$Login->canLogin()) die('1');