]> andersk Git - sql-web.git/blobdiff - batch/status.php
Remove ambiguity between usernames and user IDs
[sql-web.git] / batch / status.php
index 072f064dd946fb0cc903cdb340d9ecce1000a614..fa670cafec9494231ebbea8ed32b92f05b2d4ff7 100755 (executable)
@@ -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');
 
This page took 0.042716 seconds and 4 git commands to generate.