From 790a65ecf344764f84239dc7d257a06ec05014cd Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 11 Mar 2007 06:15:43 +0000 Subject: [PATCH] r1436: In AuthenticationVbulletin, we can drop _fetchBugdarUserFromAuthUser() because Authentication now implements this --- includes/auth/auth_vbulletin.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/includes/auth/auth_vbulletin.php b/includes/auth/auth_vbulletin.php index 0ff6e1e..29aa5d3 100644 --- a/includes/auth/auth_vbulletin.php +++ b/includes/auth/auth_vbulletin.php @@ -103,17 +103,6 @@ class AuthenticationVbulletin extends Authentication $this->registry->funct->cookie('bbpassword'); $this->registry->funct->cookie('bbuserid'); } - - // ################################################################### - function _fetchBugdarUserFromAuthUser() - { - $user = $this->db->query_first("SELECT * FROM " . TABLE_PREFIX . "user WHERE authid = " . $this->authUser['userid']); - if (!$user) - { - return $this->_createBugdarUser(); - } - return $user; - } // ################################################################### function _fetchUserWithIdentifier($username) -- 2.22.5