From 071063ffeec9475a37701a195176f7ec28f046ca Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Tue, 24 Apr 2007 13:51:48 +0200 Subject: [PATCH] [svn r12102] make the default_with_tabs style the default style after installing dokeos --- main/install/dokeos_main.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/install/dokeos_main.sql b/main/install/dokeos_main.sql index 01436eb8fe..33eb33bcde 100644 --- a/main/install/dokeos_main.sql +++ b/main/install/dokeos_main.sql @@ -492,7 +492,7 @@ INSERT INTO `settings_current` VALUES (82, 'service_ppt2lp', 'path_to_lzx', 'textfield', NULL, NULL, '', NULL, NULL, NULL), (84, 'service_ppt2lp', 'size', 'radio', NULL, '720x540', '', NULL, NULL, NULL), (85, 'wcag_anysurfer_public_pages', NULL, 'radio','Platform','false','PublicPagesComplyToWAITitle','PublicPagesComplyToWAIComment', NULL, NULL), -(86, 'stylesheets', NULL, 'textfield','stylesheets','default','',NULL, NULL, NULL); +(86, 'stylesheets', NULL, 'textfield','stylesheets','default_with_tabs','',NULL, NULL, NULL); UNLOCK TABLES;