Changeset 2852 for temp


Ignore:
Timestamp:
2006/08/30 13:23:56 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r1328 r2852  
    3232    } 
    3333 
    34     function getLastQuery($disp = false) { 
     34    function getLastQuery($disp = true) { 
    3535        $sql = $this->conn->conn->last_query; 
    3636        if($disp) {  
  • temp/trunk/html/admin/batch/daily.php

    r2849 r2852  
    5252        $objQuery = new SC_Query(); 
    5353        $count = $objQuery->count("dtb_bat_order_daily", "create_date > ?", $batch_pass); 
    54                  
     54        $objQuery->getLastQuery(); 
    5555        if($count > 0) { 
    5656            gfPrintLog("LAST BATCH $batch_pass -> EXIT BATCH $batch_date"); 
Note: See TracChangeset for help on using the changeset viewer.