From bcea34ee7c48f711cde30cb69ea8884aaa49f17d Mon Sep 17 00:00:00 2001 From: toxyy Date: Fri, 7 May 2021 19:25:35 -0400 Subject: [PATCH] [ticket/15925] Update events for 3.3.5-RC1 PHPBB3-15925 --- phpBB/includes/functions_admin.php | 8 ++++---- phpBB/includes/functions_posting.php | 4 ++-- phpBB/includes/mcp/mcp_main.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index f432fbf342..585f8e0ab8 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -1841,7 +1841,7 @@ function sync($mode, $where_type = '', $where_ids = '', $resync_parents = false, * * @event core.sync_forum_last_post_info_sql * @var array sql_ary SQL array with some post and user data from the last posts list - * @since 3.3.4-RC1 + * @since 3.3.5-RC1 */ $vars = ['sql_ary']; extract($phpbb_dispatcher->trigger_event('core.sync_forum_last_post_info_sql', compact($vars))); @@ -1894,7 +1894,7 @@ function sync($mode, $where_type = '', $where_ids = '', $resync_parents = false, * @var array forum_data Array with data to update for all forum ids * @var array post_info Array with some post and user data from the last posts list * @var array fieldnames Array with the partial column names that are being updated - * @since 3.3.4-RC1 + * @since 3.3.5-RC1 */ $vars = [ 'forum_data', @@ -2089,7 +2089,7 @@ function sync($mode, $where_type = '', $where_ids = '', $resync_parents = false, * @event core.sync_topic_last_post_info_sql * @var array sql_ary SQL array with some post and user data from the last posts list * @var array custom_fieldnames Empty array for custom fieldnames to update the topics_table with - * @since 3.3.4-RC1 + * @since 3.3.5-RC1 */ $vars = [ 'sql_ary', @@ -2126,7 +2126,7 @@ function sync($mode, $where_type = '', $where_ids = '', $resync_parents = false, * @var array topic_data Array with the topics' data we are syncing * @var array row Array with some of the current user and post data * @var int topic_id The current topic_id of $row - * @since 3.3.4-RC1 + * @since 3.3.5-RC1 */ $vars = [ 'topic_data', diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 9f97166420..13d753c131 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -356,7 +356,7 @@ function update_post_information($type, $ids, $return_update_sql = false) * @event core.update_post_info_modify_posts_sql * @var string type The table being updated (forum or topic) * @var array sql_ary SQL array to get some of the last posts' data - * @since 3.3.4-RC1 + * @since 3.3.5-RC1 */ $vars = [ 'type', @@ -385,7 +385,7 @@ function update_post_information($type, $ids, $return_update_sql = false) * @var string type The table being updated (forum or topic) * @var array rowset Array with the posts data * @var array update_sql Array with SQL data to update the forums or topics table with - * @since 3.3.4-RC1 + * @since 3.3.5-RC1 */ $vars = [ 'type', diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php index 3d9df63735..6ba3ed9366 100644 --- a/phpBB/includes/mcp/mcp_main.php +++ b/phpBB/includes/mcp/mcp_main.php @@ -1573,7 +1573,7 @@ function mcp_fork_topic($topic_ids) * @var array sql_ary SQL Array with the post's data * @var array row Post data * @var array counter Array with post counts - * @since 3.3.4-RC1 + * @since 3.3.5-RC1 */ $vars = [ 'new_topic_id',