1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15925] Update events for 3.3.4-RC1

PHPBB3-15925
This commit is contained in:
Marc Alexander
2021-03-04 17:14:56 +01:00
parent 60d6727974
commit 22f7f491c5
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.3-RC1
* @since 3.3.4-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.3-RC1
* @since 3.3.4-RC1
*/
$vars = [
'type',