diff options
author | Dark❶ <dark-1@users.noreply.github.com> | 2019-04-20 15:00:32 +0530 |
---|---|---|
committer | Dark❶ <dark-1@users.noreply.github.com> | 2019-04-20 15:00:32 +0530 |
commit | a0dfc35cb9639723586abe12f1c6ff6e10ef44a7 (patch) | |
tree | f08d7d9e9492d1bdf92c067b1a33f1089134522b /phpBB/includes/functions_posting.php | |
parent | d999e9bf8b65ecb8963f494af31b34af4b42106d (diff) | |
download | forums-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.php | 2 |
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', |