From 693d62c521921c5b4809f940ed3fbb6ac1aeab86 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Fri, 23 Feb 2001 01:31:43 +0000 Subject: *** empty log message *** git-svn-id: file:///svn/phpbb/trunk@23 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/functions/auth.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/functions/auth.php') diff --git a/phpBB/functions/auth.php b/phpBB/functions/auth.php index c1c1acc74f..c2293f4c63 100644 --- a/phpBB/functions/auth.php +++ b/phpBB/functions/auth.php @@ -123,7 +123,6 @@ function auth($type, function get_userdata_from_id($userid, $db) { - $sql = "SELECT * FROM ".USERS_TABLE." WHERE user_id = $userid"; if(!$result = $db->sql_query($sql)) { -- cgit v1.2.1