From 5349b78ad4b578d532c9c6cb530dd09c6a702b03 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Tue, 02 Oct 2007 20:13:32 -0400
Subject: [PATCH] Update copyright notice

---
 config/main.inc.php.dist |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 6aa6e4b..adea9b5 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -5,7 +5,7 @@
  | Main configuration file                                               |
  |                                                                       |
  | This file is part of the RoundCube Webmail client                     |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland                      |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
@@ -93,8 +93,8 @@
 // relative path to the skin folder
 $rcmail_config['skin_path'] = 'skins/default/';
 
-// inludes shloud be interpreted as PHP files
-$rcmail_config['skin_include_php'] = true;
+// includes should be interpreted as PHP files
+$rcmail_config['skin_include_php'] = TRUE;
 
 // use this folder to store temp files (must be writebale for apache user)
 $rcmail_config['temp_dir'] = 'temp/';
@@ -237,7 +237,7 @@
 // use this timezone to display date/time
 $rcmail_config['timezone'] = intval(date('O'))/100 - date('I');
 
-// if daylight savings are On
+// is daylight saving On?
 $rcmail_config['dst_active'] = (bool)date('I');
 
 // prefer displaying HTML messages

--
Gitblit v1.9.1