diff --git a/lib/auth.php b/lib/auth.php index 6cbbe0a..01d98b6 100644 --- a/lib/auth.php +++ b/lib/auth.php @@ -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; }