Changeset 15511 for branches


Ignore:
Timestamp:
2007/08/30 19:16:41 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/data/downloads/module/mdl_zeus/mdl_zeus.inc

    r15510 r15511  
    9191            'clientip' => $arrPaymentDB['clientip'], 
    9292            'money' => $arrData['total'], 
    93             'telno' => $arrRet['order_tel01'].$arrRet['order_tel02'].$arrRet['order_tel03'], 
    94             'sendid' => $arrRet['order_id'], 
     93            'telno' => $arrRet[0]['order_tel01'].$arrRet[0]['order_tel02'].$arrRet[0]['order_tel03'], 
     94            'sendid' => $arrRet[0]['order_id'], 
    9595            'cardnumber' => '888888888888888', 
    9696            'email' => $arrData['order_email'], 
Note: See TracChangeset for help on using the changeset viewer.