Changeset 6260


Ignore:
Timestamp:
2006/10/13 13:09:25 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r6221 r6260  
    2626        global $objDbConn; 
    2727         
    28         $options['debug'] = 9; 
     28        // Debug¥â¡¼¥É»ØÄê 
     29        $options['debug'] = PEAR_DB_DEBUG; 
    2930        // ´û¤ËÀܳ¤µ¤ì¤Æ¤¤¤ë¾ì¹ç¤Ë¤ÏÀܳ¤·¤Ê¤¤ 
    3031        if(!isset($objDbConn->connection)) { 
  • temp/trunk/html/install/index.php

    r6259 r6260  
    180180        } 
    181181    } 
    182  
    183182 
    184183    // ¥Æ¡¼¥Ö¥ë¤Îºï½ü 
Note: See TracChangeset for help on using the changeset viewer.