diff options
author | brunoais <brunoaiss@gmail.com> | 2014-08-09 18:13:10 +0100 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-08-09 18:13:10 +0100 |
commit | 8880871951cad9fc86326590b9b9e33e5677965c (patch) | |
tree | 91056810a0003c9214283685263168e358cf2c62 | |
parent | 468f92261a1d27deea19863b0180e8acd81c1c64 (diff) | |
download | forums-8880871951cad9fc86326590b9b9e33e5677965c.tar forums-8880871951cad9fc86326590b9b9e33e5677965c.tar.gz forums-8880871951cad9fc86326590b9b9e33e5677965c.tar.bz2 forums-8880871951cad9fc86326590b9b9e33e5677965c.tar.xz forums-8880871951cad9fc86326590b9b9e33e5677965c.zip |
[ticket/12929] Update to RC4
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 05ecaa1868..3ae2abbce2 100644 --- a/phpBB/includes/ucp/ucp_pm_compose.php +++ b/phpBB/includes/ucp/ucp_pm_compose.php @@ -243,7 +243,7 @@ function compose_pm($id, $mode, $action, $user_folders = array()) * @var int topic_id topic_id in the page request * @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-RC3 + * @since 3.1.0-RC4 */ $vars = array( 'sql', |