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