indentation correction
authorDeepak Srivastava <deepak.srivastava.0303@gmail.com>
Wed, 4 Dec 2013 07:53:21 +0000 (13:23 +0530)
committerDeepak Srivastava <deepak.srivastava.0303@gmail.com>
Wed, 4 Dec 2013 07:53:21 +0000 (13:23 +0530)
CRM/Report/Form.php

index 617497082160f3612fa25ef05c1dceedea624baa..11e0599744253681e4accf2e5164620d1220cc33 100644 (file)
@@ -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 .= "