Fixed code to use new column

This commit is contained in:
Savetheinternet 2011-01-02 00:51:20 +11:00
parent 23683c1378
commit eeb512f549

View File

@ -10,7 +10,7 @@
} }
function login($username, $password, $makehash=true) { function login($username, $password, $makehash=true) {
global $sql, $mod; global $mod;
// SHA1 password // SHA1 password
if($makehash) { if($makehash) {