diff options
author | alecpl <alec@alec.pl> | 2011-11-28 09:03:27 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-28 09:03:27 +0000 |
commit | 77449d011b2367a9f3d7bb179534aa09865aa26e (patch) | |
tree | 20a299715c627cecdc2f7247056dde120748c6a7 /config | |
parent | 2a3e02769d2014038675a5d8ddf18d1dba87bf2f (diff) |
- Applied fixes from trunk up to r5498
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index d07a3b3c2..e355b2df6 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -653,8 +653,8 @@ $rcmail_config['pagesize'] = 40; // use this timezone to display date/time $rcmail_config['timezone'] = 'auto'; -// is daylight saving On? -$rcmail_config['dst_active'] = (bool)date('I'); +// is daylight saving On? Default: (bool)date('I'); +$rcmail_config['dst_active'] = null; // prefer displaying HTML messages $rcmail_config['prefer_html'] = true; |