Ignore:
Timestamp:
2006/12/05 21:45:28 (20 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/DB/common.php

    r10232 r10233  
    952952    function &execute($stmt, $data = array()) 
    953953    { 
     954 
     955        sfprintr($this->prepared_queries);       
     956         
    954957        $realquery = $this->executeEmulateQuery($stmt, $data); 
    955958        if (DB::isError($realquery)) { 
     
    990993        $data = (array)$data; 
    991994        $this->last_parameters = $data; 
    992  
    993         sfprintr($stmt); 
    994         sfprintr($data); 
    995          
    996         sfprintr($this->prepared_queries); 
    997          
     995     
    998996        if (count($this->prepare_types[$stmt]) != count($data)) { 
    999997            $this->last_query = $this->prepared_queries[$stmt]; 
     
    16051603            } 
    16061604        } 
    1607  
    1608         sfprintr($params); 
    16091605         
    16101606        if (sizeof($params) > 0) { 
Note: See TracChangeset for help on using the changeset viewer.