summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprogram/include/rcube_db.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/program/include/rcube_db.inc b/program/include/rcube_db.inc
index 573168887..5b32798a7 100755
--- a/program/include/rcube_db.inc
+++ b/program/include/rcube_db.inc
@@ -14,6 +14,7 @@
| |
+-----------------------------------------------------------------------+
| Author: David Saez Padros <david@ols.es> |
+ | Thomas Bruederli <roundcube@gmail.com> |
+-----------------------------------------------------------------------+
$Id$
@@ -80,7 +81,7 @@ class rcube_db
*/
function rcube_db($db_dsnw, $db_dsnr='', $pconn=false)
{
- $this->__construct($db_dsnw, $db_dsnr);
+ $this->__construct($db_dsnw, $db_dsnr, $pconn);
}