Changeset 16964


Ignore:
Timestamp:
2008/01/08 14:21:04 (16 years ago)
Author:
naka
Message:

クイックチャージ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.inc

    r16963 r16964  
    204204    $col = "order_id, order_tel01, order_tel02, order_tel03"; 
    205205    $where = "memo01 = ? AND memo03 = ? AND memo04 = 'normal' AND customer_id = ? AND del_flg = 0"; 
    206     $arrRet = $objQuery->select($col, "dtb_order", $where, array(MDL_ZEUS_ID, 'Success_order', $arrData['customer_id'])); 
     206    $arrRet = $objQuery->select($col, "dtb_order", $where, array(MDL_ZEUS_ID, 'Success_order', $customer_id); 
    207207    return $arrRet; 
    208208} 
Note: See TracChangeset for help on using the changeset viewer.