Changeset 2794 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/08/30 09:39:25 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/total/index.php

    r2793 r2794  
    556556/** ¾¦ÉÊÊ̽¸·× **/ 
    557557function lfGetOrderProducts($type, $sdate, $edate, $objPage, $graph = true) { 
     558    list($where, $arrval) = lfGetWhereMember('create_date', $sdate, $edate, $type); 
    558559    sfprintr($where); 
    559     list($where, $arrval) = lfGetWhereMember('create_date', $sdate, $edate, $type); 
    560560     
    561561    $sql = "SELECT product_id, T1.product_code, T2.name, T1.products_count, T1.order_count, T1.price, T1.total "; 
Note: See TracChangeset for help on using the changeset viewer.