Reverting hack to updateGreeting(), which is currently on a separate and disabled... 5.61.4-fsf 5.61.4-fsf-michael-attempt-0
authorRuben Rodriguez <ruben@trisquel.org>
Mon, 5 Jun 2023 20:11:23 +0000 (16:11 -0400)
committerRuben Rodriguez <ruben@trisquel.org>
Mon, 5 Jun 2023 20:53:22 +0000 (16:53 -0400)
CRM/Contact/BAO/Contact/Utils.php

index aea321a6b40312a510a7d3d0ed6bac20c404c71c..c771a8aef8d166b6168ad5104280cf01fc35f8a1 100644 (file)
@@ -967,7 +967,7 @@ INNER JOIN civicrm_contact contact_target ON ( contact_target.id = act.contact_i
           FROM civicrm_contact
           WHERE contact_type = %1
           AND ({$idFldName} IS NULL
-          OR ( {$idFldName} IS NOT NULL AND ({$displayFldName} IS NULL OR {$displayFldName} = '')) ) LIMIT 800";
+          OR ( {$idFldName} IS NOT NULL AND ({$displayFldName} IS NULL OR {$displayFldName} = '')) )";
       }
 
       if ($limit) {