From: Ruben Rodriguez Date: Mon, 5 Jun 2023 20:11:23 +0000 (-0400) Subject: Reverting hack to updateGreeting(), which is currently on a separate and disabled... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=30d06783e1b5c49d274c89033b467923d6b65d2e;p=civicrm-core.git Reverting hack to updateGreeting(), which is currently on a separate and disabled cron job --- diff --git a/CRM/Contact/BAO/Contact/Utils.php b/CRM/Contact/BAO/Contact/Utils.php index aea321a6b4..c771a8aef8 100644 --- a/CRM/Contact/BAO/Contact/Utils.php +++ b/CRM/Contact/BAO/Contact/Utils.php @@ -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) {