aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_notes.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/mcp/mcp_notes.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/mcp/mcp_notes.php')
-rwxr-xr-xphpBB/includes/mcp/mcp_notes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_notes.php b/phpBB/includes/mcp/mcp_notes.php
index 415290d3c5..1b3c36ac22 100755
--- a/phpBB/includes/mcp/mcp_notes.php
+++ b/phpBB/includes/mcp/mcp_notes.php
@@ -41,8 +41,8 @@ class mcp_notes
{
case 'front':
$template->assign_vars(array(
- 'U_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&amp;form=mcp&amp;field=username'),
- 'UA_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&form=mcp&field=username', false),
+ 'U_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&amp;form=mcp&amp;field=username&amp;select_single=true'),
+ 'UA_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&form=mcp&field=username&select_single=true', false),
'U_POST_ACTION' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=notes&amp;mode=user_notes'),
'L_TITLE' => $user->lang['MCP_NOTES'])