Changeset 2849
- Timestamp:
- 2006/08/30 13:19:52 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
batch/daily.php (modified) (1 diff)
-
total/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r2845 r2849 52 52 $objQuery = new SC_Query(); 53 53 $count = $objQuery->count("dtb_bat_order_daily", "create_date > ?", $batch_pass); 54 55 $objQuery->getLastQuery(true);56 54 57 if($count > 0 && !$command) {55 if($count > 0) { 58 56 gfPrintLog("LAST BATCH $batch_pass -> EXIT BATCH $batch_date"); 59 57 return; -
temp/trunk/html/admin/total/index.php
r2847 r2849 164 164 if(count($_GET) == 0) { 165 165 // 1¥ö·îʬ¤Î½¸·× 166 lfStartDailyTotal(31, 1);166 lfStartDailyTotal(31,0); 167 167 } 168 168 break;
Note: See TracChangeset
for help on using the changeset viewer.
