Group directory - nuke admins column (not that useful)

This commit is contained in:
Zach Copley 2011-04-13 18:29:55 -07:00
parent ddc42b1baf
commit fff83723ff
1 changed files with 0 additions and 2 deletions

View File

@ -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();