diff options
| author | brunoais <brunoaiss@gmail.com> | 2014-10-02 14:44:43 +0100 |
|---|---|---|
| committer | brunoais <brunoaiss@gmail.com> | 2014-10-02 14:44:43 +0100 |
| commit | 9d9685eec93c4d88195bea6bd9f9faf3a81a0671 (patch) | |
| tree | e9177fac9c2eb9496f2d67a65f09a997ae86bd97 | |
| parent | d4938e34b03f6738646dfd8bd15731adc73f5bc9 (diff) | |
| download | forums-9d9685eec93c4d88195bea6bd9f9faf3a81a0671.tar forums-9d9685eec93c4d88195bea6bd9f9faf3a81a0671.tar.gz forums-9d9685eec93c4d88195bea6bd9f9faf3a81a0671.tar.bz2 forums-9d9685eec93c4d88195bea6bd9f9faf3a81a0671.tar.xz forums-9d9685eec93c4d88195bea6bd9f9faf3a81a0671.zip | |
[ticket/12929] BUMP to RC5
PHPBB3-12929
| -rw-r--r-- | phpBB/includes/ucp/ucp_pm_compose.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php index 89ba77e7cf..515553c6db 100644 --- a/phpBB/includes/ucp/ucp_pm_compose.php +++ b/phpBB/includes/ucp/ucp_pm_compose.php @@ -250,7 +250,7 @@ function compose_pm($id, $mode, $action, $user_folders = array()) * @var int reply_to_all Value of reply_to_all request variable. * @var string limit_time_sql String with the SQL code to limit the time interval of the post (Note: May be empty string) * @var string sort_order_sql String with the ORDER BY SQL code used in this query - * @since 3.1.0-RC4 + * @since 3.1.0-RC5 */ $vars = array( 'sql', |
