1
0
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:
Paul S. Owen
2003-05-11 00:58:14 +00:00
parent 549537b9d5
commit 30fd2486d8
10 changed files with 524 additions and 313 deletions

View File

@@ -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']);