Changeset 5728 for temp/trunk/data/class/SC_Query.php
- Timestamp:
- 2006/09/25 14:21:43 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r5554 r5728 6 6 7 7 // ¥³¥ó¥¹¥È¥é¥¯¥¿ 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); 10 10 $this->where = ""; 11 11 return $this->conn;
Note: See TracChangeset
for help on using the changeset viewer.
