From 0810e295599b76ea385762796a59174a8c2574a8 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 6 Feb 2021 23:57:41 +0000 Subject: [PATCH] Bug 27581: (QA follow-up) Fix occurence in it-IT custom.sql --- installer/data/mysql/localization/it-IT/custom.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/localization/it-IT/custom.sql b/installer/data/mysql/localization/it-IT/custom.sql index 9dcdf398e7..d9aca86600 100644 --- a/installer/data/mysql/localization/it-IT/custom.sql +++ b/installer/data/mysql/localization/it-IT/custom.sql @@ -58,7 +58,7 @@ UPDATE systempreferences SET value = '0' WHERE variable = 'QueryStemming'; UPDATE systempreferences SET value = '0' WHERE variable = 'QueryWeightFields'; UPDATE systempreferences SET value = '1' WHERE variable = 'TagsModeration'; UPDATE systempreferences SET value = '30600' WHERE variable = 'timeout'; -UPDATE systempreferences SET value = '1' WHERE variable = 'UseICU'; +UPDATE systempreferences SET value = '1' WHERE variable = 'UseICUStyleQuotes'; UPDATE systempreferences SET value = 'URLLinkText' WHERE variable = 'URLLinkText'; UPDATE systempreferences SET value = '#200||{200a}{. 200c}{ : 200e}{200d}{ / 200f}{ ; 200g}{. 200h}{. 200i}|\r\n#210|. – |{210a}{ : 210c}{, 210d}|\r\n#215|. – |{215a}{ ; 215d}|\r\n#225|. – |{(225a}{ ; 225v)}|\r\n#010|. – |{ISBN 010a}|' WHERE variable = 'ISBD'; -- 2.11.0