diff options
author | thomascube <thomas@roundcube.net> | 2006-03-20 22:11:35 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-03-20 22:11:35 +0000 |
commit | 8c2e58b42e89ca0216307553a906c2ca776c44f8 (patch) | |
tree | 438c532eb3c7842009dc79c0b14b53e7c2702291 /UPGRADING | |
parent | 93ee836858aa4a3223a466f12ffb07a16889a8a5 (diff) |
Minor improvements and bugfixes (see changelog)
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -101,3 +101,13 @@ from version 0.1-20051021 $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; + + |