From fff83723ff60eb16cd6d0298846ee933dff791e7 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 13 Apr 2011 18:29:55 -0700 Subject: [PATCH] Group directory - nuke admins column (not that useful) --- plugins/Directory/lib/sortablegrouplist.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/Directory/lib/sortablegrouplist.php b/plugins/Directory/lib/sortablegrouplist.php index 72be1f20b9..2b51ef5655 100644 --- a/plugins/Directory/lib/sortablegrouplist.php +++ b/plugins/Directory/lib/sortablegrouplist.php @@ -111,7 +111,6 @@ class SortableGroupList extends SortableSubscriptionList } $this->out->element('th', array('id' => 'Members'), _m('Members')); - $this->out->element('th', array('id' => 'Admins'), _m('Admins')); $this->out->element('th', array('id' => 'controls'), null); $this->out->elementEnd('tr'); @@ -195,7 +194,6 @@ class SortableGroupListItem extends SortableSubscriptionListItem // XXX Add events? $this->showCreatedDate(); $this->showMemberCount(); - $this->showAdmins(); if (Event::handle('StartProfileListItemActions', array($this))) { $this->showActions(); -- 2.39.5