aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorlucifer4o <lucifer@anavaro.com>2014-03-26 22:26:46 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-03-29 12:09:42 +0100
commit2e7f66b16ccfe4e3a84ed5bfa0c87013c30241b2 (patch)
tree1c0f899cce3c4855bbdfb966c2365f32f299fa54 /phpBB
parentc4034ac79a064eeea3f111c1f7b4d8adbd393866 (diff)
downloadforums-2e7f66b16ccfe4e3a84ed5bfa0c87013c30241b2.tar
forums-2e7f66b16ccfe4e3a84ed5bfa0c87013c30241b2.tar.gz
forums-2e7f66b16ccfe4e3a84ed5bfa0c87013c30241b2.tar.bz2
forums-2e7f66b16ccfe4e3a84ed5bfa0c87013c30241b2.tar.xz
forums-2e7f66b16ccfe4e3a84ed5bfa0c87013c30241b2.zip
[ticket/12276] Expand core.memberlist_view_profile
Expand core.memberlist_view_profile to include zebra states PHPBB3-12276
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/memberlist.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php
index f6777b6bbd..6809aeab65 100644
--- a/phpBB/memberlist.php
+++ b/phpBB/memberlist.php
@@ -589,12 +589,10 @@ switch ($mode)
* enabled?
* @var bool foes_enabled Is the ucp foes module
* enabled?
+ * @var bool friend Is the user friend?
+ * @var bool foe Is the user foe?
* @since 3.1-A1
- *
- * @var bool friend Is the user friend?
- *
- * @var bool foe Is the user foe?
- * @since 3.1-A4
+ * @changed 3.1.0-b2 Added friend and foe status
*/
$vars = array('member', 'user_notes_enabled', 'warn_user_enabled', 'zebra_enabled', 'friends_enabled', 'foes_enabled', 'friend', 'foe');
extract($phpbb_dispatcher->trigger_event('core.memberlist_view_profile', compact($vars)));