From cc3360cac7247163ae05085df5c127ee0cb62709 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Mon, 22 Jun 2015 22:42:41 +0530 Subject: [PATCH] formatting fix --- CRM/Report/Form/Contribute/Recur.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Contribute/Recur.php b/CRM/Report/Form/Contribute/Recur.php index b66be3afcd..1e5ac4ca37 100644 --- a/CRM/Report/Form/Contribute/Recur.php +++ b/CRM/Report/Form/Contribute/Recur.php @@ -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)", -- 2.25.1