diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 70ef5a02d0..936d4564fb 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2008-02-01 Raul Mateos + + * pandoradb_data.sql: Solved stupid bug with ending ";". + 2008-01-10 Sancho Lerena * pandoradbdata_13_to_14.sql: Correct build and version. diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 0c9c38cf81..d4fd940aca 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -63,7 +63,7 @@ LOCK TABLES `tlanguage` WRITE; INSERT INTO `tlanguage` VALUES ('en','English'); INSERT INTO `tlanguage` VALUES ('es_es','Español'); INSERT INTO `tlanguage` VALUES ('de','Deutch'); -INSERT INTO `tlanguage` VALUES ('fr','Français') +INSERT INTO `tlanguage` VALUES ('fr','Français'); INSERT INTO `tlanguage` VALUES ('pt_br','Português-Brasil'); UNLOCK TABLES;