diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-21 06:43:24 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-21 06:43:24 +0000 |
| commit | 076fee24179cb0b1c2be4a617c43f8010b30c776 (patch) | |
| tree | c5c7855ffaac5c4629e90f6e5369ebfbfb9afbf3 /roundcubemail/program/include/rcmail.php | |
| parent | b32207d5e1bfc68001b81d21aac2d511ce0c979e (diff) | |
Fix selection of read/write db connection
git-svn-id: https://svn.roundcube.net/trunk@3978 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcmail.php')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index e91111975..97d4b54f9 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/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; |
