formatting fixes
authorDonald A. Lobo <lobo@civicrm.org>
Mon, 18 Nov 2013 16:57:28 +0000 (08:57 -0800)
committerDonald A. Lobo <lobo@civicrm.org>
Mon, 18 Nov 2013 16:57:28 +0000 (08:57 -0800)
CRM/Contact/Form/Search/Custom/Group.php

index 999a733e8014733d321f4204adfc7ea0e5056d23..15278618d0ac94760732058326e7c3adb266039e 100644 (file)
@@ -283,6 +283,7 @@ class CRM_Contact_Form_Search_Custom_Group extends CRM_Contact_Form_Search_Custo
         $xGroups = 0;
       }
 
+
       $sql = "CREATE TEMPORARY TABLE Xg_{$this->_tableName} ( contact_id int primary key) ENGINE=HEAP";
       CRM_Core_DAO::executeQuery($sql);
 
@@ -486,15 +487,11 @@ class CRM_Contact_Form_Search_Custom_Group extends CRM_Contact_Form_Search_Custo
      */
 
     /*
-         * check the situation and set booleans
-         */
-
+     * check the situation and set booleans
+     */
     $Ig = ($iGroups != 0);
-
     $It = ($iTags != 0);
-
     $Xg = ($xGroups != 0);
-
     $Xt = ($xTags != 0);
 
     //PICK UP FROM HERE
@@ -503,8 +500,8 @@ class CRM_Contact_Form_Search_Custom_Group extends CRM_Contact_Form_Search_Custo
     }
 
     /*
-         * Set from statement depending on array sel
-         */
+     * Set from statement depending on array sel
+     */
     $whereitems = array();
     foreach (array('Ig', 'It') as $inc) {
       if ($this->_andOr == 1) {