From: Johan Vervloet Date: Thu, 8 Sep 2016 10:27:47 +0000 (+0200) Subject: Style error. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=31b88a438517cfd73260d98d62d9f6f7918aa36d;p=civicrm-core.git Style error. --- diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index d605ca5bb8..a4f81271c1 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -1747,7 +1747,7 @@ class CRM_Contact_BAO_Query { // Hack for CRM-19325. This is ugly because it creates a dependency // to the form, that returns the string 'NULL' if the user wants // contributions that are not contained in any batch. - else if ($id == 'contribution_batch_id' && $values == 'NULL') { + elseif ($id == 'contribution_batch_id' && $values == 'NULL') { $result = array($id, 'IS', 'NULL', 0, 0); } else {