From d6d3aee451c3246c99f2f6873382542911582f80 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Fri, 8 Dec 2006 09:46:40 +0100 Subject: [PATCH] [svn r10424] changed use_session_mode to false by default because of the problems with this development. --- 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 d18eba4bc5..1a20241ca5 100644 --- a/main/install/dokeos_main.sql +++ b/main/install/dokeos_main.sql @@ -485,7 +485,7 @@ INSERT INTO `settings_current` VALUES (65, 'breadcrumbs_course_homepage', NULL, 'radio','Course','course_title', 'BreadCrumbsCourseHomepageTitle','BreadCrumbsCourseHomepageComment', NULL, NULL), (66, 'example_material_course_creation', NULL, 'radio','Platform','true', 'ExampleMaterialCourseCreationTitle','ExampleMaterialCourseCreationComment', NULL, NULL), (67,'account_valid_duration',NULL, 'textfield','Platform','3660', 'AccountValidDurationTitle','AccountValidDurationComment', NULL, NULL), -(68, 'use_session_mode', NULL, 'radio','Platform','true', 'UseSessionModeTitle','UseSessionModeComment', NULL, NULL), +(68, 'use_session_mode', NULL, 'radio','Platform','false', 'UseSessionModeTitle','UseSessionModeComment', NULL, NULL), (69, 'allow_email_editor', NULL, 'radio', 'Tools', 'false', 'AllowEmailEditorTitle', 'AllowEmailEditorComment', NULL, NULL), (70, 'registered', NULL, 'textfield', NULL, 'false', NULL, NULL, NULL, NULL), (71, 'donotlistcampus', NULL, 'textfield', NULL, 'false', NULL, NULL, NULL, NULL),