From: Tim Otten Date: Wed, 7 Apr 2021 22:18:51 +0000 (-0700) Subject: Update CRM/Upgrade/Incremental/php/FiveThirtySeven.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=60db915e52318c65088cb8394f43e3564f8a38f0;p=civicrm-core.git Update CRM/Upgrade/Incremental/php/FiveThirtySeven.php --- diff --git a/CRM/Upgrade/Incremental/php/FiveThirtySeven.php b/CRM/Upgrade/Incremental/php/FiveThirtySeven.php index f39fd5b3ce..90bac5a863 100644 --- a/CRM/Upgrade/Incremental/php/FiveThirtySeven.php +++ b/CRM/Upgrade/Incremental/php/FiveThirtySeven.php @@ -169,9 +169,14 @@ class CRM_Upgrade_Incremental_php_FiveThirtySeven extends CRM_Upgrade_Incrementa CRM_Core_DAO::executeQuery(' UPDATE civicrm_navigation -SET name="Misc (Undelete, PDFs, Limits, Logging, etc.)",label="Misc (Undelete, PDFs, Limits, Logging, etc.)" +SET name="Misc (Undelete, PDFs, Limits, Logging, etc.)" WHERE name="Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.)" - '); +'); + CRM_Core_DAO::executeQuery(' +UPDATE civicrm_navigation +SET label="Misc (Undelete, PDFs, Limits, Logging, etc.)" +WHERE label="Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.)" +'); return TRUE; }