From 31b88a438517cfd73260d98d62d9f6f7918aa36d Mon Sep 17 00:00:00 2001 From: Johan Vervloet Date: Thu, 8 Sep 2016 12:27:47 +0200 Subject: [PATCH] Style error. --- CRM/Contact/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.25.1