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.15 -r1.16 --- lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql 31 Aug 2006 06:39:01 -0000 1.15 +++ lams_tool_larsrc/db/sql/create_lams_tool_rsrc.sql 7 Sep 2006 04:04:34 -0000 1.16 @@ -112,5 +112,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`,`reflect_on_activity`) VALUES - (2,NULL,NULL,NULL,'Shared Resources','0','0','Instruction','Online instruction','Offline instruction',0,0,${default_content_id},1,1,0,1,0); + (2,NULL,NULL,NULL,'Shared Resources','0','0','Instruction','Online instruction','Offline instruction',0,0,${default_content_id},1,1,0,0,0); SET FOREIGN_KEY_CHECKS=1; \ No newline at end of file