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:
parent
0d0c1d61a1
commit
aee7cc85f3
|
@ -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>
|
2010-09-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* extensions/plugin_registration.php: fixed the translation string previous
|
* extensions/plugin_registration.php: fixed the translation string previous
|
||||||
|
|
|
@ -74,7 +74,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
|
||||||
('gis_purge', 15),
|
('gis_purge', 15),
|
||||||
('sound_alert', 'include/sounds/air_shock_alarm.wav'),
|
('sound_alert', 'include/sounds/air_shock_alarm.wav'),
|
||||||
('sound_critical', 'include/sounds/Star_Trek_emergency_simulation.wav'),
|
('sound_critical', 'include/sounds/Star_Trek_emergency_simulation.wav'),
|
||||||
('sound_warning', 'include/sounds/negativebeep.wav'));
|
('sound_warning', 'include/sounds/negativebeep.wav');
|
||||||
|
|
||||||
|
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
Loading…
Reference in New Issue