Changeset 262 in subversion


Ignore:
Timestamp:
Jun 25, 2006 5:17:07 AM (7 years ago)
Author:
thomasb
Message:

Fixed persistent connections with PHP4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_db.inc

    r164 r262  
    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.