From ac50570db5316c9b3b87e0f6d0c6cd227b977c27 Mon Sep 17 00:00:00 2001 From: till Date: Thu, 14 Feb 2008 22:57:06 +0000 Subject: * changing back, problems with mdb2, no time to troubleshoot git-svn-id: https://svn.roundcube.net/trunk@1082 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/db.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3