diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-26 07:21:50 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-26 07:21:50 +0000 |
| commit | cb0e0eb2645167dd293b73f2afd31d55d4ddbc93 (patch) | |
| tree | ed587d93a6e7c02b94fe3e27dcaab6b44b0335c5 /roundcubemail/config | |
| parent | c2cba3634ed97e153b9f893cd6013812936ca572 (diff) | |
- Removed support for PEAR::DB driver
git-svn-id: https://svn.roundcube.net/trunk@1681 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/db.inc.php.dist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index 151439a54..255fb3ed4 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/config/db.inc.php.dist @@ -26,9 +26,6 @@ $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; // useful for database replication $rcmail_config['db_dsnr'] = ''; -// database backend to use (only db or mdb2 are supported) -$rcmail_config['db_backend'] = 'mdb2'; - // maximum length of a query in bytes $rcmail_config['db_max_length'] = 512000; // 500K |
