From bccecebc8dfc49839417244a8c183d192a5fccca Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Thu, 27 Jan 2022 14:09:11 -0500 Subject: [PATCH] fix add version --- CRM/Event/DAO/Event.php | 4 ++-- install/langs.php | 2 +- xml/schema/Event/Event.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Event/DAO/Event.php b/CRM/Event/DAO/Event.php index c19785783a..afc84033dc 100644 --- a/CRM/Event/DAO/Event.php +++ b/CRM/Event/DAO/Event.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Event.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:142b4991959919f73cea72a40b3f4a1d) + * (GenCodeChecksum:d9ea1f641de04dabb54616ef4edfe88c) */ /** @@ -1954,7 +1954,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'pseudoconstant' => [ 'callback' => 'CRM_Core_SelectValues::timezone', ], - 'add' => '5.43', + 'add' => '5.47', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']); diff --git a/install/langs.php b/install/langs.php index 0b98de2451..46a387fbab 100644 --- a/install/langs.php +++ b/install/langs.php @@ -48,4 +48,4 @@ 'tr_TR' => 'Turkish', 'uk_UA' => 'Ukrainian', 'vi_VN' => 'Vietnamese', -); +); \ No newline at end of file diff --git a/xml/schema/Event/Event.xml b/xml/schema/Event/Event.xml index 661e40ac55..067a3a528c 100644 --- a/xml/schema/Event/Event.xml +++ b/xml/schema/Event/Event.xml @@ -909,7 +909,7 @@ Event Time Zone true Event's native time zone - 5.43 + 5.47 NULL Select -- 2.25.1