From 8c2e58b42e89ca0216307553a906c2ca776c44f8 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 20 Mar 2006 17:11:35 -0500 Subject: [PATCH] Minor improvements and bugfixes (see changelog) --- UPGRADING | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/UPGRADING b/UPGRADING index 47771db..624262d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -101,3 +101,13 @@ $rcmail_config['db_sequence_cache_ids'] = 'cache_ids'; $rcmail_config['db_sequence_message_ids'] = 'message_ids'; + +form version 0.1-beta +---------------------------------------- +- replace index.php +- replace all files in folder /program/ +- replace all files in folder /skins/default/ +- add these lines to /config/db.inc.php + $rcmail_config['db_persistent'] = TRUE; + + -- Gitblit v1.9.1