]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Directory/actions/groupdirectory.php
Group directory - add in asides
[quix0rs-gnu-social.git] / plugins / Directory / actions / groupdirectory.php
index 84819ad7633bf62396ea711f4ea5d79e829da31d..1b5c9a9e6e6e6baa0810cc128464240560e30aed 100644 (file)
@@ -423,9 +423,6 @@ E_O_T
         }
     }
 
-    // XXX This needs some adjustment
-
-/*
     function showSections()
     {
         $gbp = new GroupsByPostsSection($this);
@@ -433,6 +430,5 @@ E_O_T
         $gbm = new GroupsByMembersSection($this);
         $gbm->show();
     }
-*/
 
 }