[svn r10846] add the property path_to_lzx in settings_current (audiorecorder)

skala
Eric Marguin 19 years ago
parent 9f35126f38
commit 02e8f4ae64
  1. 3
      main/install/dokeos_main.sql

@ -488,7 +488,8 @@ INSERT INTO `settings_current` VALUES
(78, 'service_ppt2lp', 'host', NULL, NULL, NULL, 'Host', NULL, NULL, NULL),
(79, 'service_ppt2lp', 'user', NULL, NULL, NULL, 'UserOnHost', NULL, NULL, NULL),
(80, 'service_ppt2lp', 'ftp_password', NULL, NULL, NULL, 'FtpPassword', NULL, NULL, NULL),
(81, 'wcag_anysurfer_public_pages', NULL, 'radio','Platform','false','PublicPagesComplyToWAITitle','PublicPagesComplyToWAIComment', NULL, NULL);
(81, 'service_ppt2lp', 'path_to_lzx', NULL, NULL, NULL, '', NULL, NULL, NULL),
(82, 'wcag_anysurfer_public_pages', NULL, 'radio','Platform','false','PublicPagesComplyToWAITitle','PublicPagesComplyToWAIComment', NULL, NULL);
UNLOCK TABLES;

Loading…
Cancel
Save