mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
Merge branch '3.1.x' into 3.2.x
This commit is contained in:
@@ -280,7 +280,7 @@ function compose_pm($id, $mode, $action, $user_folders = array())
|
||||
* @var bool delete Whether the user is deleting the PM
|
||||
* @var int reply_to_all Value of reply_to_all request variable.
|
||||
* @since 3.1.0-RC5
|
||||
* @change 3.2.0-a1 Removed undefined variables
|
||||
* @changed 3.2.0-a1 Removed undefined variables
|
||||
*/
|
||||
$vars = array(
|
||||
'sql',
|
||||
@@ -345,7 +345,7 @@ function compose_pm($id, $mode, $action, $user_folders = array())
|
||||
* @var bool delete If deleting message
|
||||
* @var int reply_to_all Value of reply_to_all request variable.
|
||||
* @since 3.1.0-RC5
|
||||
* @change 3.2.0-a1 Removed undefined variables
|
||||
* @changed 3.2.0-a1 Removed undefined variables
|
||||
*/
|
||||
$vars = array(
|
||||
'sql',
|
||||
|
Reference in New Issue
Block a user