Removing legacy handling of selector columns
authorJoseph Lacey <joseph@palantetech.coop>
Fri, 8 Jan 2016 18:01:45 +0000 (13:01 -0500)
committerJoseph Lacey <joseph@palantetech.coop>
Fri, 8 Jan 2016 18:01:45 +0000 (13:01 -0500)
CRM/Group/Page/AJAX.php

index 47ca4f49ad25c806be4d473f4299d7a74dec88c3..96894203ef2eb58a74b69f00e95d7c497c994bcf 100644 (file)
@@ -86,11 +86,6 @@ class CRM_Group_Page_AJAX {
         }
       }
 
-      /*
-      if (empty($params['showOrgInfo'])) {
-        unset($selectorElements[6]);
-      }
-      */
       //add setting so this can be tested by unit test
       //@todo - ideally the portion of this that retrieves the groups should be extracted into a function separate
       // from the one which deals with web inputs & outputs so we have a properly testable & re-usable function