Changeset 4991 for temp/trunk/html/admin/batch
- Timestamp:
- 2006/09/18 15:07:33 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/batch/daily.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r4990 r4991 248 248 // ÃÂÀ¸ÆüÆþÎϤʤ· 249 249 $where = $base_where . " AND order_birth IS NULL "; 250 lfBatOrderAgeSub($sql . $where, $start, $end, 999, NULL, 1);250 lfBatOrderAgeSub($sql . $where, $start, $end, NULL, NULL, 1); 251 251 252 252 /* Èó²ñ°÷½¸·× */ … … 282 282 $objQuery = new SC_Query(); 283 283 284 if($start_age != NULL || $end_age != NULL) { 285 $arrRet = $objQuery->getall($sql, array($start, $end)); 286 } else { 287 $arrRet = $objQuery->getall($sql, array($start, $end)); 288 } 284 $arrRet = $objQuery->getall($sql, array($start, $end)); 289 285 $sqlval = $arrRet[0]; 290 286
Note: See TracChangeset
for help on using the changeset viewer.
