Changeset 4695


Ignore:
Timestamp:
2006/09/13 13:40:50 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/data
Files:
2 edited

Legend:

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

    r4672 r4695  
    8181     
    8282    function getall($sql, $arrval = array()) { 
     83        exit(); 
    8384        $ret = $this->conn->getAll($sql, $arrval); 
    8485        return $ret; 
  • temp/trunk/data/module/DB/common.php

    r4694 r4695  
    15801580                     $fetchmode = DB_FETCHMODE_DEFAULT) 
    15811581    { 
    1582         exit(); 
    15831582        // compat check, the params and fetchmode parameters used to 
    15841583        // have the opposite order 
Note: See TracChangeset for help on using the changeset viewer.