INFRA-132 - Change "else if" to "elseif"
[civicrm-core.git] / CRM / Financial / Form / Export.php
index efa2bbc468087ea5b08b0c5dc5d0882f52b09598..1bce20cb85338f3b25f77b96ba9d3143f29c3620 100644 (file)
@@ -163,7 +163,7 @@ class CRM_Financial_Form_Export extends CRM_Core_Form {
     if ($this->_id) {
       $batchIds = array($this->_id);
     }
-    else if (!empty($this->_batchIds)) {
+    elseif (!empty($this->_batchIds)) {
       $batchIds = explode(',', $this->_batchIds);
     }
     // Recalculate totals