Ignore:
Timestamp:
2007/11/08 12:32:00 (15 years ago)
Author:
satou
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/hackathon-pointonoff/data/class/pages/admin/total/LC_Page_Admin_Total.php

    r16742 r16743  
    643643        $objQuery->setGroupBy("order_sex"); 
    644644 
    645         $tmp_where = $where . " AND customer_id <> 0 AND del_flg = 0 AND status <> " . ORDER_CANCEL;; 
     645        $tmp_where = $where . " AND customer_id <> 0 AND del_flg = 0 AND status <> " . ORDER_CANCEL; 
    646646        $arrRet = $objQuery->select($col, $from, $tmp_where, $arrval); 
    647647 
Note: See TracChangeset for help on using the changeset viewer.