aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_compose.php
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-01-09 14:01:37 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-01-09 14:01:37 +0000
commit164fb66f44322ccf5997cff8ccf154a1aa7f01d3 (patch)
tree5d7212cad8c29b4d4fb6250c9c47a092af101f6e /phpBB/includes/ucp/ucp_pm_compose.php
parent5cf6e00cf9e9aedfb293f1e9da228aefc37d70f8 (diff)
downloadforums-164fb66f44322ccf5997cff8ccf154a1aa7f01d3.tar
forums-164fb66f44322ccf5997cff8ccf154a1aa7f01d3.tar.gz
forums-164fb66f44322ccf5997cff8ccf154a1aa7f01d3.tar.bz2
forums-164fb66f44322ccf5997cff8ccf154a1aa7f01d3.tar.xz
forums-164fb66f44322ccf5997cff8ccf154a1aa7f01d3.zip
#6098
"Find a member" now supports single clicks. Thanks for Highway of Life for helping out here. :) git-svn-id: file:///svn/phpbb/trunk@6864 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm_compose.php')
-rw-r--r--phpBB/includes/ucp/ucp_pm_compose.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php
index 3b41827aa7..ccd61fede1 100644
--- a/phpBB/includes/ucp/ucp_pm_compose.php
+++ b/phpBB/includes/ucp/ucp_pm_compose.php
@@ -90,8 +90,8 @@ function compose_pm($id, $mode, $action)
'S_SHOW_PM_BOX' => true,
'S_ALLOW_MASS_PM' => ($config['allow_mass_pm'] && $auth->acl_get('u_masspm')) ? true : false,
'S_GROUP_OPTIONS' => ($config['allow_mass_pm'] && $auth->acl_get('u_masspm')) ? $group_options : '',
- 'U_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&amp;form=post&amp;field=username_list'),
- 'UA_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&form=post&field=username_list', true))
+ 'U_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&amp;form=post&amp;field=username&amp;select_single=true'),
+ 'UA_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&form=post&field=username&select_single=true', true))
);
}