Changeset 4979 for temp/trunk/html/admin/batch
- Timestamp:
- 2006/09/18 14:06:19 (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
r4977 r4979 237 237 for($i = 0; $i <= $age_loop; $i++) { 238 238 $where = $base_where . " AND order_birth >= cast('$start_date' as date)"; 239 $start_age = $i * 10; 240 $end_age = $start_age+9; 239 241 if($i <= $age_loop) { 240 242 $where = $where . " AND order_birth <= cast('$end_date' as date)";
Note: See TracChangeset
for help on using the changeset viewer.
