Index: lams_tool_images/db/sql/create_lams_tool_imageGallery.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/db/sql/create_lams_tool_imageGallery.sql,v diff -u -r1.12 -r1.13 --- lams_tool_images/db/sql/create_lams_tool_imageGallery.sql 19 Dec 2008 17:13:36 -0000 1.12 +++ lams_tool_images/db/sql/create_lams_tool_imageGallery.sql 6 Jan 2009 02:19:06 -0000 1.13 @@ -146,7 +146,7 @@ INSERT INTO `tl_laimag10_imageGallery` (`uid`, `create_date`, `update_date`, `create_by`, `title`, `run_offline`, `lock_on_finished`, `instructions`, `next_image_title`, `online_instructions`, `offline_instructions`, `content_in_use`, `define_later`, `content_id`, `allow_comment_images`, `allow_share_images`, `allow_vote`, `allow_rank`, `reflect_on_activity`, `image_submit_notify`) VALUES - (1,NULL,NULL,NULL,'ImageGallery','0','0','Instructions ',1,null,null,0,0,${default_content_id},0,0,0,0,0,0); + (1,NULL,NULL,NULL,'Image Gallery','0','0','Instructions ',1,null,null,0,0,${default_content_id},0,0,0,0,0,0); INSERT INTO `tl_laimag10_configuration` (`config_key`, `config_value`) VALUES ('mediumImageDimensions', '640');