projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc7b39d
)
Style error.
author
Johan Vervloet
<johanv@johanv.org>
Thu, 8 Sep 2016 10:27:47 +0000
(12:27 +0200)
committer
deb.monish
<monish.deb@webaccessglobal.com>
Thu, 8 Dec 2016 12:10:31 +0000
(17:40 +0530)
CRM/Contact/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Query.php
b/CRM/Contact/BAO/Query.php
index d605ca5bb8d95b2be35a009ce2b0b07098224fd5..a4f81271c16c0453d7ef5e1d5fe665645ea862fd 100644
(file)
--- 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 {