diff options
author | GanstaZ <ganstaz@hotmail.com> | 2018-12-22 22:33:35 +0200 |
---|---|---|
committer | GanstaZ <ganstaz@hotmail.com> | 2018-12-22 22:33:35 +0200 |
commit | 552bda626665e3f99e1b77f77edb833bb0e2b667 (patch) | |
tree | cec1d83c23eccccebf95b2e1f24149df148dd0c5 /phpBB/memberlist.php | |
parent | Merge branch '3.2.x' into ticket/15914 (diff) | |
download | phpbb-552bda626665e3f99e1b77f77edb833bb0e2b667.tar.gz phpbb-552bda626665e3f99e1b77f77edb833bb0e2b667.tar.bz2 phpbb-552bda626665e3f99e1b77f77edb833bb0e2b667.zip |
[ticket/15914] Change since
PHPBB3-15914
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 6a528c82c3..35472a337f 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -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', |