From 1cfee92c8dd0f51e039900a1bc1aff618181e1ca Mon Sep 17 00:00:00 2001 From: Beppe Date: Fri, 27 Sep 2024 10:02:31 +0200 Subject: [PATCH] Fix opzioni selettore mappa --- update/2_5_5.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/2_5_5.sql b/update/2_5_5.sql index f2fb0577e..de3cbca4d 100644 --- a/update/2_5_5.sql +++ b/update/2_5_5.sql @@ -17,7 +17,7 @@ ORDER BY -- Geolocalizzazione automatica INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`) VALUES (NULL, 'Geolocalizzazione automatica', '1', 'boolean', '1', 'Anagrafiche', NULL), -(NULL, 'Gestore mappa', 'OpenStreetMap', 'list[Google Maps, OpenStreetMap]', '1', 'Generali', NULL); +(NULL, 'Gestore mappa', 'OpenStreetMap', 'list[Google Maps,OpenStreetMap]', '1', 'Generali', NULL); INSERT INTO `zz_settings_lang` (`id`, `id_lang`, `id_record`, `title`, `help`) VALUES (NULL, '1', (SELECT `zz_settings`.`id` FROM `zz_settings` WHERE `zz_settings`.`nome` = 'Geolocalizzazione automatica'), 'Geolocalizzazione automatica', '');