Changeset 15884


Ignore:
Timestamp:
2007/09/21 22:24:25 (16 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/data/downloads/module/mdl_zero/zero_recv.php

    r15883 r15884  
    7676    $money =  $arrResult["money"];    // payment_total 
    7777 
    78     $arrCrilentIP = $objQuery->select("memo02, memo04", "dtb_payment", "module_id = ? and del_flg = 0", array(MDL_ZERO_ID)); 
     78    $arrCrilentIP = $objQuery->select("memo02, memo05", "dtb_payment", "module_id = ? and del_flg = 0", array(MDL_ZERO_ID)); 
    7979     
    8080    // ²ÃÌÁŹ¥³¡¼¥É¤¬°ã¤¦¾ì¹ç¤Ë¤Ï¥¨¥é¡¼ 
     
    8888     
    8989     
    90     if(!in_array($arrResult["clientip"], $arrCrilentIP)) { 
     90    if(!in_array($arrResult["clientip"], $arrCrilentIP[0])) { 
    9191        gfPrintLog("²ÃÌÁŹ¥³¡¼¥É¤¬°ã¤¤¤Þ¤¹¡£", $log_path); 
    9292        return; 
Note: See TracChangeset for help on using the changeset viewer.