mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-31 12:40:49 +00:00
Fix for authUser bug.
This commit is contained in:
parent
c1f2b615a8
commit
64eed03742
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ CREATE TABLE members (
|
|||
$result = @mysql_fetch_array (@mysql_db_query (sqlDB, $query));
|
||||
|
||||
if ( !($result[auth]) ) {
|
||||
AuthenticateUser ($username, $password);
|
||||
authUser ($username, $password);
|
||||
} else {
|
||||
return $cUserName;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue