diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-14 22:57:06 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-14 22:57:06 +0000 |
| commit | ac50570db5316c9b3b87e0f6d0c6cd227b977c27 (patch) | |
| tree | 78acf052dc6300c08601c3712409ea3ff6ef5324 | |
| parent | 28de085fbed93a4e0a3e403b1aca0cec4bf68188 (diff) | |
* changing back, problems with mdb2, no time to troubleshoot
git-svn-id: https://svn.roundcube.net/trunk@1082 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/db.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index d848ff980..9b2b123e0 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/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 |
