From 081cb47d26202368a767fa51258ca6917b3724a4 Mon Sep 17 00:00:00 2001 From: Adrien Saurat Date: Thu, 20 Sep 2012 11:46:13 +0200 Subject: [PATCH] Bug 8441: hides MODS export by default in French install Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain --- .../fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql b/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql index 7d43607c72..065c6b34e5 100644 --- a/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql +++ b/installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql @@ -24,3 +24,4 @@ UPDATE systempreferences SET value = 'Ma bibliothèque' WHERE variable = 'Librar UPDATE systempreferences SET value = 'fr-FR' WHERE variable = 'opaclanguages'; UPDATE systempreferences SET value = 1 WHERE variable = 'opaclanguagesdisplay'; UPDATE systempreferences SET value = 'Bienvenue dans Koha...\r\n
' WHERE variable = 'OpacMainUserBlock'; +UPDATE systempreferences SET value = 'bibtex|dc|marcxml|marc8|utf8|marcstd|ris' WHERE variable = 'OpacExportOptions'; -- 2.39.2