diff options
author | Suhaib Khan <suhebjerk@gmail.com> | 2014-02-21 14:04:48 +0530 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-04-23 09:11:39 -0700 |
commit | e644c67dcf4a505759533c42e0c511fab93028ae (patch) | |
tree | fbaad66281b5ed21a20d12f6be68e8f32e989bc0 /phpBB/memberlist.php | |
parent | dd07efcac7f4e9eed20b3c65047019aff694a9d7 (diff) | |
download | forums-e644c67dcf4a505759533c42e0c511fab93028ae.tar forums-e644c67dcf4a505759533c42e0c511fab93028ae.tar.gz forums-e644c67dcf4a505759533c42e0c511fab93028ae.tar.bz2 forums-e644c67dcf4a505759533c42e0c511fab93028ae.tar.xz forums-e644c67dcf4a505759533c42e0c511fab93028ae.zip |
[ticket/10737] Removing unnecessary/obsolete code.
PHPBB3-10737
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 748b2548c9..67e168e7bb 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -1479,8 +1479,7 @@ switch ($mode) 'S_JOINED_TIME_OPTIONS' => $s_find_join_time, 'S_ACTIVE_TIME_OPTIONS' => $s_find_active_time, 'S_GROUP_SELECT' => $s_group_select, - 'S_USER_SEARCH_ACTION' => append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=searchuser&form=$form&field=$field"), - 'S_LIVE_SEARCH_ACTION' => append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=livesearch", $is_amp = false)) + 'S_USER_SEARCH_ACTION' => append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=searchuser&form=$form&field=$field")) ); } |