Changeset 262 in subversion
- Timestamp:
- Jun 25, 2006 5:17:07 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_db.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_db.inc
r164 r262 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.
