mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Fixed call to get_userdata
git-svn-id: file:///svn/phpbb/trunk@196 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -51,7 +51,7 @@ switch($mode)
|
||||
error_die(GENERAL_ERROR, $l_nouserid);
|
||||
}
|
||||
}
|
||||
$profiledata = get_userdata_from_id($db, $HTTP_GET_VARS[POST_USERS_URL]);
|
||||
$profiledata = get_userdata_from_id($HTTP_GET_VARS[POST_USERS_URL]);
|
||||
|
||||
// Calculate the number of days this user has been a member ($memberdays)
|
||||
// Then calculate their posts per day
|
||||
|
Reference in New Issue
Block a user