Correct iso639_2_code for Spanish is "spa" not "rus".
authorJoe Atzberger <joe.atzberger@liblime.com>
Mon, 13 Oct 2008 16:46:14 +0000 (11:46 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:15:19 +0000 (21:15 +0200)
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 <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
installer/data/mysql/en/mandatory/subtag_registry.sql

index d96e6a6..bb7274a 100644 (file)
@@ -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&ntilde;ol');