From 95850713f5d8ca00bd0307a1bf982fc73df2bc63 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sun, 25 Jun 2006 09:17:07 +0000 Subject: Fixed persistent connections with PHP4 git-svn-id: https://svn.roundcube.net/trunk@262 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_db.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roundcubemail/program/include/rcube_db.inc b/roundcubemail/program/include/rcube_db.inc index 573168887..5b32798a7 100755 --- a/roundcubemail/program/include/rcube_db.inc +++ b/roundcubemail/program/include/rcube_db.inc @@ -14,6 +14,7 @@ | | +-----------------------------------------------------------------------+ | Author: David Saez Padros | + | Thomas Bruederli | +-----------------------------------------------------------------------+ $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); } -- cgit v1.2.3