minor fixes
authoryashodha <yashodha.chaku@webaccessglobal.com>
Mon, 13 Jun 2016 11:25:44 +0000 (16:55 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Mon, 13 Jun 2016 11:25:44 +0000 (16:55 +0530)
CRM/Member/BAO/Query.php

index 477a4e60ac2b2629a568574a3a8b9c87ff670be4..fce002720794de273dc4a3ce26ff18b1ca252e45 100644 (file)
@@ -277,7 +277,8 @@ class CRM_Member_BAO_Query {
               'In Progress',
               CRM_Contribute_PseudoConstant::contributionStatus(NULL, 'name')
             ),
-            "Integer");
+            "Integer"
+          );
           $query->_qill[$grouping][] = ts("Membership is Auto-Renew and In Progress");
         }
         elseif ($value == 3) {
@@ -289,7 +290,8 @@ class CRM_Member_BAO_Query {
               'Failed',
               CRM_Contribute_PseudoConstant::contributionStatus(NULL, 'name')
             ),
-            "Integer");
+            "Integer"
+          );
           $query->_qill[$grouping][] = ts("Membership is Auto-Renew and Failed");
         }
         elseif ($value == 4) {