From aee7cc85f3231a1cb5f11c3067bdc8550b3211f2 Mon Sep 17 00:00:00 2001 From: slerena Date: Wed, 8 Sep 2010 10:56:48 +0000 Subject: [PATCH] 2010-09-07 Sancho Lerena * pandoradb_data.sql: Fixed typo in data SQL. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3225 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 1c89619304..a5bfdd4d0a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-09-07 Sancho Lerena + + * pandoradb_data.sql: Fixed typo in data SQL. + 2010-09-06 Miguel de Dios * extensions/plugin_registration.php: fixed the translation string previous diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index c94523b8b5..b41852b743 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -74,7 +74,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES ('gis_purge', 15), ('sound_alert', 'include/sounds/air_shock_alarm.wav'), ('sound_critical', 'include/sounds/Star_Trek_emergency_simulation.wav'), -('sound_warning', 'include/sounds/negativebeep.wav')); +('sound_warning', 'include/sounds/negativebeep.wav'); UNLOCK TABLES;