From 21d530dc402eb8f10b4ef62ef7fe6b8b6fba153b Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Mon, 3 Aug 2009 08:58:26 +0200 Subject: [PATCH] [svn r22581] Added SQL for enabling RSS feed in shared profile page --- main/install/dokeos_main_corp.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main/install/dokeos_main_corp.sql b/main/install/dokeos_main_corp.sql index 5de97ab762..cdc787463d 100644 --- a/main/install/dokeos_main_corp.sql +++ b/main/install/dokeos_main_corp.sql @@ -46,4 +46,7 @@ INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_mess INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_message_tool', 'false', 'No'); -- to make a DRH have the same rights as a tutor --- INSERT INTO settings_current (variable, subkey, type, category, selected_value, title, comment, scope, subkeytext) VALUES ('drhCourseManagerRights',null,'radio','Platform','true','DrhCourseManagerRightsTitle','DrhCoursManagerRightsComment',null,null,1,0); \ No newline at end of file +-- INSERT INTO settings_current (variable, subkey, type, category, selected_value, title, comment, scope, subkeytext) VALUES ('drhCourseManagerRights',null,'radio','Platform','true','DrhCourseManagerRightsTitle','DrhCoursManagerRightsComment',null,null,1,0); + +-- enable RSS feeds in social page +INSERT INTO user_field (field_type, field_variable, field_display_text, field_visible, field_changeable) values (1, 'rssfeeds','RSS feeds',0,0);