From cbdd6dcaea09c875be26333a273ba598b6ba9bc2 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 25 Jun 2006 09:17:07 +0000 Subject: Fixed persistent connections with PHP4 --- program/include/rcube_db.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 | + | 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