Changeset 6217 for temp/trunk/data/class


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

* empty log message *

File:
1 edited

Legend:

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

    r5934 r6217  
    1616        $this->where = ""; 
    1717        return $this->conn; 
     18    } 
     19     
     20    // ¥¨¥é¡¼È½Äê 
     21    function isError() { 
     22        if(PEAR::isError($this->conn->conn)) { 
     23            return true; 
     24        } 
     25        return false; 
    1826    } 
    1927     
Note: See TracChangeset for help on using the changeset viewer.