mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-23 20:56:08 +02:00
Yet more mildly fudged code ... just to get something up, minor fixes/updates elsewhere
git-svn-id: file:///svn/phpbb/trunk@4004 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -29,7 +29,7 @@ class ucp_profile extends ucp
|
||||
$submode = ($_REQUEST['mode']) ? htmlspecialchars($_REQUEST['mode']) : 'reg_details';
|
||||
|
||||
$submodules['REG_DETAILS'] = "i=$id&mode=reg_details";
|
||||
$submodules['PROFILE'] = "i=$id&mode=profile";
|
||||
$submodules['PROFILE_INFO'] = "i=$id&mode=profile_info";
|
||||
$submodules['SIGNATURE'] = "i=$id&mode=signature";
|
||||
$submodules['AVATAR'] = "i=$id&mode=avatar";
|
||||
|
||||
@@ -50,7 +50,7 @@ class ucp_profile extends ucp
|
||||
);
|
||||
break;
|
||||
|
||||
case 'profile':
|
||||
case 'profile_info':
|
||||
|
||||
list($day, $month, $year) = explode('-', $user->data['user_birthday']);
|
||||
|
||||
|
Reference in New Issue
Block a user