[Koha-patches] [PATCH] [bug #2763] make some line REAL comments, else the installer is buggous

Nahuel Angelinetti nahuel.angelinetti at biblibre.com
Thu Nov 6 11:58:38 CET 2008


---
 .../data/mysql/en/mandatory/subtag_registry.sql    |    4 ++--
 1 files 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', 'ພາສາລາວ');
-- 
1.5.6.3




More information about the Koha-patches mailing list