2010-09-07 Sancho Lerena <slerena@artica.es>

* 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
This commit is contained in:
slerena 2010-09-08 10:56:48 +00:00
parent 0d0c1d61a1
commit aee7cc85f3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-09-07 Sancho Lerena <slerena@artica.es>
* pandoradb_data.sql: Fixed typo in data SQL.
2010-09-06 Miguel de Dios <miguel.dedios@artica.es>
* extensions/plugin_registration.php: fixed the translation string previous

View File

@ -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;