From 87b7ae578f3c8a72f847c3610bd1ef479569a3ff Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 19 Apr 2001 15:05:39 +0000 Subject: Removed need to send db as a parameter to functions git-svn-id: file:///svn/phpbb/trunk@189 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/profile.php') diff --git a/phpBB/profile.php b/phpBB/profile.php index c666118835..54b8d9141a 100644 --- a/phpBB/profile.php +++ b/phpBB/profile.php @@ -51,7 +51,7 @@ switch($mode) error_die(GENERAL_ERROR, $l_nouserid); } } - $profiledata = get_userdata_from_id($HTTP_GET_VARS[POST_USERS_URL], $db); + $profiledata = get_userdata_from_id($db, $HTTP_GET_VARS[POST_USERS_URL]); // Calculate the number of days this user has been a member ($memberdays) // Then calculate their posts per day -- cgit v1.2.1