From 7cc38e0bebb30f12b1c643ea96a038453be185e1 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 31 Oct 2005 18:41:00 -0500 Subject: [PATCH] Added Finnish, Romanian and Chinese translation --- config/db.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index fdb7d7e..6db4178 100644 --- a/config/db.inc.php.dist +++ b/config/db.inc.php.dist @@ -22,7 +22,7 @@ // sqlite example: 'sqlite://./sqlite.db?mode=0646'; // PEAR database DSN for read only operations (if empty write database will be used) -// userful for database replication +// useful for database replication $rcmail_config['db_dsnr'] = ''; // database backend to use (only db or mdb2 are supported) -- Gitblit v1.9.1