aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorDark❶ <dark-1@users.noreply.github.com>2019-04-20 15:00:32 +0530
committerDark❶ <dark-1@users.noreply.github.com>2019-04-20 15:00:32 +0530
commita0dfc35cb9639723586abe12f1c6ff6e10ef44a7 (patch)
treef08d7d9e9492d1bdf92c067b1a33f1089134522b /phpBB/includes/functions_posting.php
parentd999e9bf8b65ecb8963f494af31b34af4b42106d (diff)
downloadforums-a0dfc35cb9639723586abe12f1c6ff6e10ef44a7.tar
forums-a0dfc35cb9639723586abe12f1c6ff6e10ef44a7.tar.gz
forums-a0dfc35cb9639723586abe12f1c6ff6e10ef44a7.tar.bz2
forums-a0dfc35cb9639723586abe12f1c6ff6e10ef44a7.tar.xz
forums-a0dfc35cb9639723586abe12f1c6ff6e10ef44a7.zip
[ticket/16024] Add core.topic_review_modify_sql_ary
PHPBB3-16024
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index bc456b7190..acd6783d5e 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -989,7 +989,7 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id
* @var bool show_quote_button Flag indicating if the quote button should be displayed
* @var array post_list Array with the post IDs
* @var array sql_ary Array with the SQL query
- * @since 3.2.6-RC1
+ * @since 3.2.6
*/
$vars = array(
'topic_id',