From 19b9f74461dad41d128e7dfd784f9139485f70df Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 17 Jan 2016 06:58:46 +0000 Subject: [PATCH] added database_store_gmt with the value of yes to the sample configuration file. the default in config.php.in is kept to be false for backward compatibility but the configuration file default is set to yes as a new installation should store gmt --- codepot/etc/codepot.ini.in | 1 + 1 file changed, 1 insertion(+) diff --git a/codepot/etc/codepot.ini.in b/codepot/etc/codepot.ini.in index 0e6210d2..95c1eb3a 100644 --- a/codepot/etc/codepot.ini.in +++ b/codepot/etc/codepot.ini.in @@ -47,6 +47,7 @@ database_password = "" database_name = "" database_driver = "" database_prefix = "" +database_store_gmt = "yes" ;------------------------------------------------------------------------------ ; ldap settings