Changeset 19594 for branches/camp


Ignore:
Timestamp:
2010/11/07 05:30:03 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Query.php

    r18820 r19594  
    141141    function select($col, $table, $where = "", $arrval = array(), $fetchmode = MDB2_FETCHMODE_ASSOC) { 
    142142        $sqlse = $this->getSql($col, $table, $where); 
     143        echo $sqlse; 
     144        exit; 
    143145        return $this->getAll($sqlse, $arrval, $fetchmode); 
    144146    } 
Note: See TracChangeset for help on using the changeset viewer.