- Timestamp:
- 2007/10/28 18:38:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-paygent/data/downloads/module/mdl_paygent/mdl_paygent.inc
r16577 r16578 404 404 // Shift-JIS¤Ç±þÅú¤¬¤¢¤ë¤Î¤Ç¡¢¥¨¥ó¥³¡¼¥É¤¹¤ë¡£ 405 405 $responseDetail = mb_convert_encoding($responseDetail, CHAR_CODE, "Shift-JIS"); 406 407 $arrRetOther['result'] = $resultStatus; 408 $arrRetOther['code'] = $responseCode; 409 $arrRetOther['detail'] = $responseDetail; 410 411 // ¼èÆÀ¤·¤¿Ãͤò¥í¥°¤ËÊݸ¤¹¤ë¡£ 412 foreach($arrRetOther as $key => $val) { 413 gfPrintLog($key."->".$arrRes[0][$key]); 414 } 406 415 407 416 // ¥ì¥¹¥Ý¥ó¥¹¤Î¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.