summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-09-21 06:43:24 +0000
committerthomascube <thomas@roundcube.net>2010-09-21 06:43:24 +0000
commita3de4f6054b02af4a58bd061d27a0afbca736a42 (patch)
tree6a89fd2d0520ee4d82c5a86b48c99288c2c4ef2d /program/include/rcmail.php
parent11be9330dee677a25653dcb83adc343b8bf95a88 (diff)
Fix selection of read/write db connection
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index e91111975..97d4b54f9 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -236,7 +236,6 @@ class rcmail
$this->db = new rcube_mdb2($config_all['db_dsnw'], $config_all['db_dsnr'], $config_all['db_persistent']);
$this->db->sqlite_initials = INSTALL_PATH . 'SQL/sqlite.initial.sql';
$this->db->set_debug((bool)$config_all['sql_debug']);
- $this->db->db_connect('w');
}
return $this->db;