Changeset 6966 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/10/27 15:45:55 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/batch/daily.php

    r6965 r6966  
    259259        if($i < $age_loop) { 
    260260            $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"; 
    262262        }else{ 
    263263            $where = $base_where . " AND order_birth < cast('$end_date' as date) -interval '$start_age' year"; 
     
    301301        if($i < $age_loop) { 
    302302            $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"; 
    304304        }else{ 
    305305            $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.