summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG8
-rw-r--r--index.php3
-rw-r--r--program/steps/settings/func.inc1
3 files changed, 5 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0509973aa..8a3cdb7ad 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -26,15 +26,15 @@ CHANGELOG RoundCube Webmail
- Make list of special mailboxes configurable
-2005/10/09
+2005/10/07
----------
- Added French, Italian, Spanish, Danish, Dutch translation
-- Clearified license (Bug #1305966)
+- Clarified license (Bug #1305966)
- Fixed PHP warnings (Bug #1299403)
-- Fixed english translation bug #1295406
+- Fixed english translation (Bug #1295406)
- Fixed bug #1290833: Last character of email not seen
- Fixed bug #1292199 when creating new user
-- Allow more borwsers (Bug #1285101)
+- Allow more browsers (Bug #1285101)
- Added setting for showing pretty dates
- Added support for SQLite database
- Make use of message caching configurable
diff --git a/index.php b/index.php
index 6422a2e9a..a044be72a 100644
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| RoundCube Webmail IMAP Client |
- | Version 0.1-20050929 |
+ | Version 0.1-20051007 |
| |
| Copyright (C) 2005, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
@@ -52,7 +52,6 @@ ini_set('include_path', ini_get('include_path').PATH_SEPARATOR.$INSTALL_PATH.PAT
ini_set('session.name', 'sessid');
ini_set('session.use_cookies', 1);
ini_set('error_reporting', E_ALL&~E_NOTICE);
-//ini_set('session.save_path', $INSTALL_PATH.'session');
// increase maximum execution time for php scripts
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc
index 4e1e345fa..a7571e052 100644
--- a/program/steps/settings/func.inc
+++ b/program/steps/settings/func.inc
@@ -52,7 +52,6 @@ function rcmail_user_prefs_form($attrib)
// show language selection
$field_id = 'rcmfd_lang';
$select_lang = new select(array('name' => '_language', 'id' => $field_id));
- // $select_lang->add('Czech', 'cs');
$select_lang->add('Dansk', 'da');
$select_lang->add('Deutsch', 'de');
$select_lang->add('English', 'en');