typo mistake
authormonishdeb <monish.deb@webaccessglobal.com>
Wed, 7 Jan 2015 02:38:01 +0000 (08:08 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Wed, 28 Jan 2015 07:47:44 +0000 (13:17 +0530)
CRM/Contact/BAO/Query.php

index fe19b6b9430d2d42aa1223ac1aff98cdef085779..24ee427b3922aa5168f9ab8e4d9003dac4e46fa7 100644 (file)
@@ -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;