Bug: Importing sample data removes marcflavour variable (ru-RU)

modified:   installer/data/mysql/ru-RU/mandatory/system_preferences_optimal.sql

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Andrei V. Toutoukine 2009-05-21 12:42:24 +04:00 committed by Galen Charlton
parent 809b89c816
commit e05915b64a

View file

@ -1,4 +1,4 @@
TRUNCATE systempreferences;
#TRUNCATE systempreferences;
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('acquisitions','normal','Choose Normal, budget-based acquisitions, or Simple bibliographic-data acquisitions','simple|normal','Choice');
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('advancedMARCeditor',0,'If ON, the MARC editor won\'t display field/subfield descriptions','','YesNo');