Changeset cbdd6dc in github
- Timestamp:
- Jun 25, 2006 5:17:07 AM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 9606ffb
- Parents:
- 1966c53
- File:
-
- 1 edited
-
program/include/rcube_db.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_db.inc
r8affba5 rcbdd6dc 15 15 +-----------------------------------------------------------------------+ 16 16 | Author: David Saez Padros <david@ols.es> | 17 | Thomas Bruederli <roundcube@gmail.com> | 17 18 +-----------------------------------------------------------------------+ 18 19 … … 81 82 function rcube_db($db_dsnw, $db_dsnr='', $pconn=false) 82 83 { 83 $this->__construct($db_dsnw, $db_dsnr );84 $this->__construct($db_dsnw, $db_dsnr, $pconn); 84 85 } 85 86
Note: See TracChangeset
for help on using the changeset viewer.
