Ignore:
Timestamp:
2006/09/25 14:21:43 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5554 r5728  
    66     
    77    // ¥³¥ó¥¹¥È¥é¥¯¥¿ 
    8     function SC_Query($dsn = "") { 
    9         $this->conn = new SC_DBconn($dsn); 
     8    function SC_Query($dsn = "", $err_disp = true) { 
     9        $this->conn = new SC_DBconn($dsn, $err_disp); 
    1010        $this->where = ""; 
    1111        return $this->conn; 
Note: See TracChangeset for help on using the changeset viewer.