mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Fixed call to get_userdata
git-svn-id: file:///svn/phpbb/trunk@196 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d133dc9874
commit
79f898e053
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ switch($mode)
|
||||||
error_die(GENERAL_ERROR, $l_nouserid);
|
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)
|
// Calculate the number of days this user has been a member ($memberdays)
|
||||||
// Then calculate their posts per day
|
// Then calculate their posts per day
|
||||||
|
|
Loading…
Add table
Reference in a new issue