Changeset 6217 for temp/trunk/data/class
- Timestamp:
- 2006/10/13 10:13:09 (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
r5934 r6217 16 16 $this->where = ""; 17 17 return $this->conn; 18 } 19 20 // ¥¨¥é¡¼È½Äê 21 function isError() { 22 if(PEAR::isError($this->conn->conn)) { 23 return true; 24 } 25 return false; 18 26 } 19 27
Note: See TracChangeset
for help on using the changeset viewer.
