diff --git a/main/install/dokeos_main.sql b/main/install/dokeos_main.sql index 09fe340d46..38486d923c 100644 --- a/main/install/dokeos_main.sql +++ b/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;