From 7e7da72f98d7d85cc7710634b04675394544ff6e Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Mon, 19 Sep 2016 19:38:47 -0400 Subject: [PATCH] Bug 17319: Fix a comment in subtag_registry.sql drop db create empty db git checkout -b my_3.0.0 v3.00.00 web installer -- you'll hit SQL syntax error repeat after applying patch I don't expect this to see the light of day, but just in case. --- installer/data/mysql/en/mandatory/subtag_registry.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/en/mandatory/subtag_registry.sql b/installer/data/mysql/en/mandatory/subtag_registry.sql index 8c0a9e9..d96e6a6 100644 --- a/installer/data/mysql/en/mandatory/subtag_registry.sql +++ b/installer/data/mysql/en/mandatory/subtag_registry.sql @@ -202,8 +202,8 @@ VALUES( 'fr', 'language', 'fr', 'Français'); INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'lo', 'language', 'Lao','2005-10-16' ); ---INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) ---VALUES( 'lo','nor'); ??? +-- INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) +-- VALUES( 'lo','nor'); ??? INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'lo', 'language', 'lo', 'ພາສາລາວ'); -- 2.7.4