1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 20:40:24 +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

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