Changeset 6267 for temp/trunk/data/class


Ignore:
Timestamp:
2006/10/13 13:23:04 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_DbConn.php

    r6266 r6267  
    2828        $options['debug'] = PEAR_DB_DEBUG; 
    2929        // ´û¤ËÀܳ¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤ÈºÆÀܳ¤Ê¤·¤Î¾ì¹ç¤ÏÀܳ¤·¤Ê¤¤ 
    30         if(!isset($objDbConn->connection) && !$new) { 
     30        if(!isset($objDbConn->connection) || !$new) { 
    3131            if($dsn != "") { 
    3232                $objDbConn = DB::connect($dsn, $options); 
Note: See TracChangeset for help on using the changeset viewer.