mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge in r8934
git-svn-id: file:///svn/phpbb/trunk@8935 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
10d3191198
commit
f6a47c6f82
1 changed files with 0 additions and 3 deletions
|
@ -414,9 +414,6 @@ function compose_pm($id, $mode, $action)
|
||||||
|
|
||||||
$max_recipients = (!$max_recipients) ? $config['pm_max_recipients'] : $max_recipients;
|
$max_recipients = (!$max_recipients) ? $config['pm_max_recipients'] : $max_recipients;
|
||||||
|
|
||||||
// Damn php and globals - i know, this is horrible
|
|
||||||
global $refresh, $submit, $preview;
|
|
||||||
|
|
||||||
// Handle User/Group adding/removing
|
// Handle User/Group adding/removing
|
||||||
handle_message_list_actions($address_list, $error, $remove_u, $remove_g, $add_to, $add_bcc);
|
handle_message_list_actions($address_list, $error, $remove_u, $remove_g, $add_to, $add_bcc);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue