From 1702d7b382d68fa03949f29edd81f57d159cb498 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sun, 14 May 2000 04:07:49 +0000 Subject: [PATCH] Argh...correct fix this time. --- lib/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth.php b/lib/auth.php index 01d98b6..ef24266 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]) ) { - authUser ($username, $password); + authProcess ($username, $password); } else { return $cUserName; }