Browse Source

Bug 8441: hides MODS export by default in French install

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
3.10.x
Adrien Saurat 12 years ago
committed by Paul Poulain
parent
commit
081cb47d26
  1. 1
      installer/data/mysql/fr-FR/1-Obligatoire/unimarc_standard_system_preferences.sql

1
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<hr>' WHERE variable = 'OpacMainUserBlock';
UPDATE systempreferences SET value = 'bibtex|dc|marcxml|marc8|utf8|marcstd|ris' WHERE variable = 'OpacExportOptions';

Loading…
Cancel
Save