From: Zach Copley Date: Thu, 14 Apr 2011 01:29:55 +0000 (-0700) Subject: Group directory - nuke admins column (not that useful) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=fff83723ff60eb16cd6d0298846ee933dff791e7;p=quix0rs-gnu-social.git Group directory - nuke admins column (not that useful) --- 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();