diff options
author | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2001-11-21 03:10:10 +0000 |
---|---|---|
committer | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2001-11-21 03:10:10 +0000 |
commit | 3c6e635bec42f408701397579cba004eaca0c960 (patch) | |
tree | 550541cfdcbe70a568844e6729bdeed32d4f96d1 /phpBB/admin/index.php | |
parent | fd9158ac750c4020251176a732972fe64002ddda (diff) | |
download | forums-3c6e635bec42f408701397579cba004eaca0c960.tar forums-3c6e635bec42f408701397579cba004eaca0c960.tar.gz forums-3c6e635bec42f408701397579cba004eaca0c960.tar.bz2 forums-3c6e635bec42f408701397579cba004eaca0c960.tar.xz forums-3c6e635bec42f408701397579cba004eaca0c960.zip |
Now showing: A ton of bug fixes and a complete overhaul of my admin code...
git-svn-id: file:///svn/phpbb/trunk@1402 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/index.php')
-rw-r--r-- | phpBB/admin/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index 381e377253..7abeebfcee 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -398,7 +398,7 @@ elseif( $HTTP_GET_VARS['pane'] == 'right' ) "LASTUPDATE" => create_date($board_config['default_dateformat'], $onlinerow[$i]['session_time'], $board_config['board_timezone']), "LOCATION" => $location, "IP_ADDRESS" => $ip_address, - "U_USER_PROFILE" => append_sid("admin_users.$phpEx?" . POST_USERS_URL . "=" . $onlinerow[$i]['user_id'])) + "U_USER_PROFILE" => append_sid("admin_users.$phpEx?" . POST_USERS_URL . "=" . $onlinerow[$i]['user_id'] . "&mode=edit")) ); } } |