From: Deepak Srivastava Date: Wed, 4 Dec 2013 07:53:21 +0000 (+0530) Subject: indentation correction X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4c9d78eac913e15cba12bbaf780657519d02a433;p=civicrm-core.git indentation correction --- diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 6174970821..11e0599744 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -2878,7 +2878,7 @@ ORDER BY cg.weight, cf.weight"; if (!$this->isFieldSelected($prop)) { continue; } - $baseJoin = CRM_Utils_Array::value($prop['extends'], $this->_customGroupExtendsJoin, "{$this->_aliases[$extendsTable]}.id"); + $baseJoin = CRM_Utils_Array::value($prop['extends'], $this->_customGroupExtendsJoin, "{$this->_aliases[$extendsTable]}.id"); $customJoin = is_array($this->_customGroupJoin) ? $this->_customGroupJoin[$table] : $this->_customGroupJoin; $this->_from .= "