Bug 8441: hides MODS export by default in French install
authorAdrien Saurat <adrien.saurat@biblibre.com>
Thu, 20 Sep 2012 09:46:13 +0000 (11:46 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 10 Oct 2012 14:56:09 +0000 (16:56 +0200)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql

index 7d43607..065c6b3 100644 (file)
@@ -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<hr>' WHERE variable = 'OpacMainUserBlock';
+UPDATE systempreferences SET value = 'bibtex|dc|marcxml|marc8|utf8|marcstd|ris' WHERE variable = 'OpacExportOptions';