diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-23 01:31:43 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-23 01:31:43 +0000 |
commit | 693d62c521921c5b4809f940ed3fbb6ac1aeab86 (patch) | |
tree | 422aa64e7eac2c7c6d6a07ca3e22aea2a96204b5 /phpBB/functions/auth.php | |
parent | 3fcfc52b9357634c074f68b5488bca2a72deff75 (diff) | |
download | forums-693d62c521921c5b4809f940ed3fbb6ac1aeab86.tar forums-693d62c521921c5b4809f940ed3fbb6ac1aeab86.tar.gz forums-693d62c521921c5b4809f940ed3fbb6ac1aeab86.tar.bz2 forums-693d62c521921c5b4809f940ed3fbb6ac1aeab86.tar.xz forums-693d62c521921c5b4809f940ed3fbb6ac1aeab86.zip |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@23 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/functions/auth.php')
-rw-r--r-- | phpBB/functions/auth.php | 1 |
1 files changed, 0 insertions, 1 deletions
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)) { |