mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Merge in r8934
git-svn-id: file:///svn/phpbb/trunk@8935 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user