Changeset 6966 for temp/trunk/html/admin
- Timestamp:
- 2006/10/27 15:45:55 (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
r6965 r6966 259 259 if($i < $age_loop) { 260 260 $end_age = $start_age+9; 261 $where = $where . " AND order_birth < cast('$end_date' as date) -interval '$start_age' year '";261 $where = $where . " AND order_birth < cast('$end_date' as date) -interval '$start_age' year"; 262 262 }else{ 263 263 $where = $base_where . " AND order_birth < cast('$end_date' as date) -interval '$start_age' year"; … … 301 301 if($i < $age_loop) { 302 302 $end_age = $start_age+9; 303 $where = $where . " AND order_birth < cast('$end_date' as date) -interval '$start_age' year '";303 $where = $where . " AND order_birth < cast('$end_date' as date) -interval '$start_age' year"; 304 304 }else{ 305 305 $where = $base_where . " AND order_birth < cast('$end_date' as date) -interval '$start_age' year";
Note: See TracChangeset
for help on using the changeset viewer.
