From cb0e0eb2645167dd293b73f2afd31d55d4ddbc93 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 26 Aug 2008 07:21:50 +0000 Subject: - Removed support for PEAR::DB driver git-svn-id: https://svn.roundcube.net/trunk@1681 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/db.inc.php.dist | 3 --- 1 file changed, 3 deletions(-) (limited to 'roundcubemail/config') 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 -- cgit v1.2.3