Style error.
authorJohan Vervloet <johanv@johanv.org>
Thu, 8 Sep 2016 10:27:47 +0000 (12:27 +0200)
committerdeb.monish <monish.deb@webaccessglobal.com>
Thu, 8 Dec 2016 12:10:31 +0000 (17:40 +0530)
CRM/Contact/BAO/Query.php

index d605ca5bb8d95b2be35a009ce2b0b07098224fd5..a4f81271c16c0453d7ef5e1d5fe665645ea862fd 100644 (file)
@@ -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 {