Changeset 6267 for temp/trunk/data/class
- Timestamp:
- 2006/10/13 13:23:04 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_DbConn.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_DbConn.php
r6266 r6267 28 28 $options['debug'] = PEAR_DB_DEBUG; 29 29 // ´û¤ËÀܳ¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤ÈºÆÀܳ¤Ê¤·¤Î¾ì¹ç¤ÏÀܳ¤·¤Ê¤¤ 30 if(!isset($objDbConn->connection) &&!$new) {30 if(!isset($objDbConn->connection) || !$new) { 31 31 if($dsn != "") { 32 32 $objDbConn = DB::connect($dsn, $options);
Note: See TracChangeset
for help on using the changeset viewer.
