Changeset 2935 for temp/trunk/html
- Timestamp:
- 2006/08/30 16:40:44 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/batch/daily.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r2861 r2935 46 46 $objQuery = new SC_Query(); 47 47 $arrRet = $objQuery->select("create_date", "dtb_bat_order_daily", "create_date > ?", array($batch_pass)); 48 49 50 48 51 if(count($arrRet) > 0) { 49 gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " -> EXIT BATCH $batch_date");52 gfPrintLog("LAST BATCH " . $arrRet[0]['create_date'] . " > " . $batch_pass . " -> EXIT BATCH $batch_date"); 50 53 return; 51 54 }
Note: See TracChangeset
for help on using the changeset viewer.
