From d7efe336aae024b14ade7c83a3c6a47f644dcfdb Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Mon, 13 Oct 2008 11:46:14 -0500 Subject: [PATCH] Correct iso639_2_code for Spanish is "spa" not "rus". The result of this apparent copy/paste error is that adv. search limits by Language=Spanish would return results for Russian! Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- installer/data/mysql/en/mandatory/subtag_registry.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/en/mandatory/subtag_registry.sql b/installer/data/mysql/en/mandatory/subtag_registry.sql index d96e6a6641..bb7274aac3 100644 --- a/installer/data/mysql/en/mandatory/subtag_registry.sql +++ b/installer/data/mysql/en/mandatory/subtag_registry.sql @@ -496,7 +496,7 @@ INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'es', 'language', 'Spanish','2005-10-16' ); INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) -VALUES( 'es','rus'); +VALUES( 'es','spa'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES( 'es', 'language', 'es', 'Español'); -- 2.20.1