diff options
author | till <till@php.net> | 2008-02-14 22:57:06 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-02-14 22:57:06 +0000 |
commit | 60dd08732a7ac53ee77ef250d79a5e6aa5d32d6f (patch) | |
tree | 4cc915ada498a781a9a71f3ceb5d20825f82d966 | |
parent | 3afd87bddade42b4412b1ac1c01abb2540094845 (diff) |
* changing back, problems with mdb2, no time to troubleshoot
-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 d848ff980..9b2b123e0 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'] = 'mdb2'; +$rcmail_config['db_backend'] = 'db'; // maximum length of a query in bytes $rcmail_config['db_max_length'] = 512000; // 500K |