From 8a7bf7e575f855bd1c87e1395ccb74a51ddfb0a2 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Wed, 7 Jan 2015 08:08:01 +0530 Subject: [PATCH] typo mistake --- 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 fe19b6b943..24ee427b39 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -614,7 +614,7 @@ class CRM_Contact_BAO_Query { (substr($name, 0, 7) == 'pledge_') || (substr($name, 0, 5) == 'case_') || (substr($name, 0, 13) == 'contribution_' && - (strpos($name, 'source') !== FALSE || strpos($name, 'recur') !== FALSE)) || + (strpos($name, 'source') !== FALSE && strpos($name, 'recur') !== FALSE)) || (substr($name, 0, 8) == 'payment_') ) { continue; -- 2.25.1