diff options
author | alecpl <alec@alec.pl> | 2008-08-26 07:21:50 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-08-26 07:21:50 +0000 |
commit | 9e8e5fa634ace418e6b34280133685485b97a9c0 (patch) | |
tree | 80ae14092bef204fe4689e83d72542af5d152d46 /config | |
parent | 6ed25604a9f3d4a57b12ad1364af1690f43ec282 (diff) |
- Removed support for PEAR::DB driver
Diffstat (limited to 'config')
-rw-r--r-- | config/db.inc.php.dist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index 151439a54..255fb3ed4 100644 --- a/config/db.inc.php.dist +++ b/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 |