Changeset 4691


Ignore:
Timestamp:
2006/09/13 13:39:18 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r1328 r4691  
    952952    function &execute($stmt, $data = array()) 
    953953    { 
     954        sfprintr("test"); 
    954955        $realquery = $this->executeEmulateQuery($stmt, $data); 
    955956        if (DB::isError($realquery)) { 
  • temp/trunk/html/test/kakinaka/DB/common.php

    r4690 r4691  
    952952    function &execute($stmt, $data = array()) 
    953953    { 
    954          
    955         sfprintr("test"); 
    956954        $realquery = $this->executeEmulateQuery($stmt, $data); 
    957955        if (DB::isError($realquery)) { 
Note: See TracChangeset for help on using the changeset viewer.