- Timestamp:
- 2006/08/30 13:23:56 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_Query.php (modified) (1 diff)
-
html/admin/batch/daily.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r1328 r2852 32 32 } 33 33 34 function getLastQuery($disp = false) {34 function getLastQuery($disp = true) { 35 35 $sql = $this->conn->conn->last_query; 36 36 if($disp) { -
temp/trunk/html/admin/batch/daily.php
r2849 r2852 52 52 $objQuery = new SC_Query(); 53 53 $count = $objQuery->count("dtb_bat_order_daily", "create_date > ?", $batch_pass); 54 54 $objQuery->getLastQuery(); 55 55 if($count > 0) { 56 56 gfPrintLog("LAST BATCH $batch_pass -> EXIT BATCH $batch_date");
Note: See TracChangeset
for help on using the changeset viewer.
