From: monishdeb Date: Wed, 7 Jan 2015 02:38:01 +0000 (+0530) Subject: typo mistake X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8a7bf7e575f855bd1c87e1395ccb74a51ddfb0a2;p=civicrm-core.git typo mistake --- 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;