diff options
author | thomascube <thomas@roundcube.net> | 2008-03-03 21:32:15 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-03-03 21:32:15 +0000 |
commit | 807d17a4bedae6d2ebc2eda3236fe1740422b3ba (patch) | |
tree | b9e49a1e1570418c420c253b9d1e0c1d5f484b49 /config | |
parent | faebf41a82658efdb6c023e7c738aa024e9a07be (diff) |
Make rcube_install class PHP4 compatible + add warning for MDB2 on PHP4 + set MDB2 as default
Diffstat (limited to 'config')
-rw-r--r-- | config/db.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index b1cd37ed1..442ef6ed4 100644 --- a/config/db.inc.php.dist +++ b/config/db.inc.php.dist @@ -27,7 +27,7 @@ $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; $rcmail_config['db_dsnr'] = ''; // database backend to use (only db or mdb2 are supported) -$rcmail_config['db_backend'] = 'db'; +$rcmail_config['db_backend'] = 'mdb2'; // maximum length of a query in bytes $rcmail_config['db_max_length'] = 512000; // 500K |