Changeset 15884
- Timestamp:
- 2007/09/21 22:24:25 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-paygent/data/downloads/module/mdl_zero/zero_recv.php
r15883 r15884 76 76 $money = $arrResult["money"]; // payment_total 77 77 78 $arrCrilentIP = $objQuery->select("memo02, memo0 4", "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)); 79 79 80 80 // ²ÃÌÁŹ¥³¡¼¥É¤¬°ã¤¦¾ì¹ç¤Ë¤Ï¥¨¥é¡¼ … … 88 88 89 89 90 if(!in_array($arrResult["clientip"], $arrCrilentIP )) {90 if(!in_array($arrResult["clientip"], $arrCrilentIP[0])) { 91 91 gfPrintLog("²ÃÌÁŹ¥³¡¼¥É¤¬°ã¤¤¤Þ¤¹¡£", $log_path); 92 92 return;
Note: See TracChangeset
for help on using the changeset viewer.