aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/memberlist.php
diff options
context:
space:
mode:
authorGanstaZ <ganstaz@hotmail.com>2018-12-22 22:33:35 +0200
committerGanstaZ <ganstaz@hotmail.com>2018-12-22 22:33:35 +0200
commit552bda626665e3f99e1b77f77edb833bb0e2b667 (patch)
treecec1d83c23eccccebf95b2e1f24149df148dd0c5 /phpBB/memberlist.php
parentc6f613bae55be0f2aab855d58ca7fbcaa643c626 (diff)
downloadforums-552bda626665e3f99e1b77f77edb833bb0e2b667.tar
forums-552bda626665e3f99e1b77f77edb833bb0e2b667.tar.gz
forums-552bda626665e3f99e1b77f77edb833bb0e2b667.tar.bz2
forums-552bda626665e3f99e1b77f77edb833bb0e2b667.tar.xz
forums-552bda626665e3f99e1b77f77edb833bb0e2b667.zip
[ticket/15914] Change since
PHPBB3-15914
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r--phpBB/memberlist.php4
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',