formatting fix
authormonishdeb <monish.deb@webaccessglobal.com>
Mon, 22 Jun 2015 17:12:41 +0000 (22:42 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Mon, 22 Jun 2015 17:12:41 +0000 (22:42 +0530)
CRM/Report/Form/Contribute/Recur.php

index b66be3afcd9a7c6ff1eec8c933eabe8f747d2df1..1e5ac4ca372ab83f10f3676b4c1917d5c0918544 100644 (file)
@@ -309,7 +309,7 @@ class CRM_Report_Form_Contribute_Recur extends CRM_Report_Form {
         $this->_where .= '(' .
           $this->dateClause("DATE_ADD($start_date_db_alias, INTERVAL $installments_db_alias * COALESCE($frequency_interval_db_alias, 1) week)",
             $relative, $from, $to, $start_date_type, NULL, NULL);
-        $this->_where .=" AND $frequency_unit_db_alias = 'week' ) OR \n";
+        $this->_where .= " AND $frequency_unit_db_alias = 'week' ) OR \n";
 
         $this->_where .= '(' .
           $this->dateClause("DATE_ADD($start_date_db_alias, INTERVAL $installments_db_alias * COALESCE($frequency_interval_db_alias, 1) year)",