Index: lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql,v diff -u -r1.11 -r1.12 --- lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql 14 Jun 2006 23:53:38 -0000 1.11 +++ lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql 27 Jun 2006 01:16:01 -0000 1.12 @@ -107,5 +107,5 @@ INSERT INTO `tl_larsrc11_resource` (`uid`, `create_date`, `update_date`, `create_by`, `title`, `run_offline`, `lock_on_finished`, `instructions`, `online_instructions`, `offline_instructions`, `content_in_use`, `define_later`, `content_id`, `allow_add_files`, `allow_add_urls`, `mini_view_resource_number`, `allow_auto_run`) VALUES - (2,NULL,NULL,NULL,'Shared Resources','0','0','Instruction','Online instruction','Offline instruction',0,0,${default_content_id},1,1,1,1); + (2,NULL,NULL,NULL,'Shared Resources','0','0','Instruction','Online instruction','Offline instruction',0,0,${default_content_id},1,1,0,1); SET FOREIGN_KEY_CHECKS=1; \ No newline at end of file