From eeb512f54971245dcc7ba63eb616265e0de90902 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sun, 2 Jan 2011 00:51:20 +1100 Subject: [PATCH] Fixed code to use new column --- inc/mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/mod.php b/inc/mod.php index 4670dc8d..23ec43af 100644 --- a/inc/mod.php +++ b/inc/mod.php @@ -10,7 +10,7 @@ } function login($username, $password, $makehash=true) { - global $sql, $mod; + global $mod; // SHA1 password if($makehash) {