From e05915b64abd9c50ee30eb20de07725fa4d98645 Mon Sep 17 00:00:00 2001 From: "Andrei V. Toutoukine" Date: Thu, 21 May 2009 12:42:24 +0400 Subject: [PATCH] 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 --- .../data/mysql/ru-RU/mandatory/system_preferences_optimal.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/ru-RU/mandatory/system_preferences_optimal.sql b/installer/data/mysql/ru-RU/mandatory/system_preferences_optimal.sql index d3954c446f..da8b9062a7 100755 --- a/installer/data/mysql/ru-RU/mandatory/system_preferences_optimal.sql +++ b/installer/data/mysql/ru-RU/mandatory/system_preferences_optimal.sql @@ -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'); -- 2.20.1