Merge pull request #4860 from totten/master-ext-cache
[civicrm-core.git] / CRM / Report / Form / Contribute / Repeat.php
index a958ce11affd1fbbd19e9d45df265c275ef526cb..51b76f4d993512dc39e62831d126f39fe8bdd2d1 100644 (file)
@@ -314,7 +314,7 @@ LEFT JOIN civicrm_phone   {$this->_aliases['civicrm_phone']}
        ON {$this->_aliases['civicrm_contact']}.id = {$this->_aliases['civicrm_phone']}.contact_id AND {$this->_aliases['civicrm_phone']}.is_primary = 1";
 
     }
-    else if ($fromTable == 'civicrm_financial_type') {
+    elseif ($fromTable == 'civicrm_financial_type') {
       $contriCol = "financial_type_id";
     }
     elseif ($fromTable == 'civicrm_contribution') {