aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_options.php
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-01-09 22:03:49 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-01-09 22:03:49 +0000
commit216bf7e324b5b2fcacc6d6f167d23cb0000fc146 (patch)
tree61eb8f52a9787d95d4d66c6802f66076b775f283 /phpBB/includes/ucp/ucp_pm_options.php
parentccaae47b6ce6a3c0b9e740da863b7e159eccf686 (diff)
downloadforums-216bf7e324b5b2fcacc6d6f167d23cb0000fc146.tar
forums-216bf7e324b5b2fcacc6d6f167d23cb0000fc146.tar.gz
forums-216bf7e324b5b2fcacc6d6f167d23cb0000fc146.tar.bz2
forums-216bf7e324b5b2fcacc6d6f167d23cb0000fc146.tar.xz
forums-216bf7e324b5b2fcacc6d6f167d23cb0000fc146.zip
#6988
Nicely caught by Schumi git-svn-id: file:///svn/phpbb/trunk@6869 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm_options.php')
-rw-r--r--phpBB/includes/ucp/ucp_pm_options.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_options.php b/phpBB/includes/ucp/ucp_pm_options.php
index 1aecae4a42..db4d62f472 100644
--- a/phpBB/includes/ucp/ucp_pm_options.php
+++ b/phpBB/includes/ucp/ucp_pm_options.php
@@ -443,7 +443,7 @@ function message_options($id, $mode, $global_privmsgs_rules, $global_rule_condit
'DEFAULT_ACTION' => ($config['full_folder_action'] == 1) ? $user->lang['DELETE_OLDEST_MESSAGES'] : $user->lang['HOLD_NEW_MESSAGES'],
'U_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&amp;form=ucp&amp;field=rule_string&amp;select_single=true'),
- 'UA_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&form=ucp&field=rule_string&select_single=true', true))
+ 'UA_FIND_USERNAME' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser&form=ucp&field=rule_string&select_single=true', false))
);
$rule_lang = $action_lang = $check_lang = array();