Index: lams_common/db/sql/insert_lams_unix_config_data.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/insert_lams_unix_config_data.sql,v diff -u -r1.43.2.4.2.6 -r1.43.2.4.2.7 --- lams_common/db/sql/insert_lams_unix_config_data.sql 6 Feb 2011 11:11:58 -0000 1.43.2.4.2.6 +++ lams_common/db/sql/insert_lams_unix_config_data.sql 8 Feb 2011 12:10:19 -0000 1.43.2.4.2.7 @@ -107,7 +107,7 @@ values ('ShowAllMyLessonLink','true', 'config.show.all.my.lesson.link', 'config.header.features', 'BOOLEAN', 1); insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) -values ('DisplayPrintButton','true', 'config.display.print.button', 'config.header.features', 'BOOLEAN', 1); +values ('DisplayPrintButton','false', 'config.display.print.button', 'config.header.features', 'BOOLEAN', 1); insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) values ('LDAPProvisioningEnabled','false', 'config.ldap.provisioning.enabled', 'config.header.ldap', 'BOOLEAN', 1); Index: lams_common/db/sql/insert_types_data.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/insert_types_data.sql,v diff -u -r1.85.4.4.2.13 -r1.85.4.4.2.14 --- lams_common/db/sql/insert_types_data.sql 1 Oct 2010 17:02:35 -0000 1.85.4.4.2.13 +++ lams_common/db/sql/insert_types_data.sql 8 Feb 2011 12:01:54 -0000 1.85.4.4.2.14 @@ -352,4 +352,4 @@ (1,'moodle','moodle','moodle','moodle','mdl','http://localhost/moodle/mod/lamstwo/userinfo.php?ts=%timestamp%&un=%username%&hs=%hash%', '', 'http://dummy','\0',7); -- initialise db version -INSERT INTO patches VALUES ('lams', 2030500, NOW(), 'F'); \ No newline at end of file +INSERT INTO patches VALUES ('lams', 2030501, NOW(), 'F'); \ No newline at end of file