From 25f80d62d18cab40b74ac4a55628bb6d8926b4ec Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 29 Aug 2008 09:41:48 -0400 Subject: [PATCH] Little code cleanup --- config/db.inc.php.dist | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index b1cd37e..255fb3e 100644 --- a/config/db.inc.php.dist +++ b/config/db.inc.php.dist @@ -15,7 +15,7 @@ $rcmail_config = array(); // PEAR database DSN for read/write operations -// format is db_provider://user:password@host/databse +// format is db_provider://user:password@host/database // currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; @@ -25,9 +25,6 @@ // PEAR database DSN for read only operations (if empty write database will be used) // useful for database replication $rcmail_config['db_dsnr'] = ''; - -// database backend to use (only db or mdb2 are supported) -$rcmail_config['db_backend'] = 'db'; // maximum length of a query in bytes $rcmail_config['db_max_length'] = 512000; // 500K -- Gitblit v1.9.1