]> git.donarmstrong.com Git - roundcube.git/blobdiff - config/db.inc.php.dist
Imported Upstream version 0.2~stable
[roundcube.git] / config / db.inc.php.dist
index 442ef6ed41c12242625d0196a555f02e6a29f191..255fb3ed41b204aa2589e7abb14174f500dd1102 100644 (file)
@@ -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';
@@ -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