1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00

[ticket/15914] Change since

PHPBB3-15914
This commit is contained in:
GanstaZ
2018-12-22 22:33:35 +02:00
parent c6f613bae5
commit 552bda6266

View File

@@ -546,7 +546,7 @@ switch ($mode)
*
* @event core.modify_memberlist_viewprofile_group_sql
* @var array sql_ary Array containing the query
* @since 3.2.5
* @since 3.2.6-RC1
*/
$vars = array(
'sql_ary',
@@ -598,7 +598,7 @@ switch ($mode)
* @event core.modify_memberlist_viewprofile_group_data
* @var array group_data Array containing the group data
* @var array group_sort Array containing the sorted group data
* @since 3.2.5
* @since 3.2.6-RC1
*/
$vars = array(
'group_data',