Changeset 10234 for temp/trunk


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

Legend:

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

    r10233 r10234  
    953953    { 
    954954 
    955         sfprintr($this->prepared_queries);       
    956          
    957955        $realquery = $this->executeEmulateQuery($stmt, $data); 
    958956        if (DB::isError($realquery)) { 
     
    15871585                     $fetchmode = DB_FETCHMODE_DEFAULT) 
    15881586    { 
     1587        sfprintr($this->prepared_queries);           
    15891588        // compat check, the params and fetchmode parameters used to 
    15901589        // have the opposite order 
Note: See TracChangeset for help on using the changeset viewer.