Changeset cbdd6dc in github


Ignore:
Timestamp:
Jun 25, 2006 5:17:07 AM (7 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
9606ffb
Parents:
1966c53
Message:

Fixed persistent connections with PHP4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_db.inc

    r8affba5 rcbdd6dc  
    1515 +-----------------------------------------------------------------------+ 
    1616 | Author: David Saez Padros <david@ols.es>                              | 
     17 |         Thomas Bruederli <roundcube@gmail.com>                        | 
    1718 +-----------------------------------------------------------------------+ 
    1819 
     
    8182  function rcube_db($db_dsnw, $db_dsnr='', $pconn=false) 
    8283    { 
    83     $this->__construct($db_dsnw, $db_dsnr); 
     84    $this->__construct($db_dsnw, $db_dsnr, $pconn); 
    8485    } 
    8586 
Note: See TracChangeset for help on using the changeset viewer.