]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/patches/dbconfig-common_support.patch
New upstream
[roundcube.git] / debian / patches / dbconfig-common_support.patch
index 4063b3ca7596bff79cd39af33c559dfd1f1186da..a4be31d02ac9648be7a44f42c530a7a97426e5a8 100644 (file)
@@ -5,7 +5,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';