]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Group directory - nuke admins column (not that useful)
authorZach Copley <zach@status.net>
Thu, 14 Apr 2011 01:29:55 +0000 (18:29 -0700)
committerZach Copley <zach@status.net>
Thu, 14 Apr 2011 01:29:55 +0000 (18:29 -0700)
plugins/Directory/lib/sortablegrouplist.php

index 72be1f20b9f922ba48e633d86aa01da4c213642d..2b51ef5655a5bb37632521b488ddb1960ad6431b 100644 (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();