diff options
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))        { | 
