1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-27 03:50:22 +02:00

[ticket/15925] Update events for 3.3.5-RC1

PHPBB3-15925
This commit is contained in:
toxyy
2021-05-07 19:25:35 -04:00
parent 22f7f491c5
commit bcea34ee7c
3 changed files with 7 additions and 7 deletions

View File

@@ -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',