From f23f302bfbe9184a0e6048474ef0c62e77cdf283 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Fri, 8 Feb 2008 20:52:48 +0000 Subject: [PATCH] 2008-02-01 Raul Mateos * pandoradb_data.sql: Solved stupid bug with ending ";". Deleted duplicated insert in branches/pandora_1.3.x. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@711 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/pandoradb_data.sql | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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;