Changeset 15878


Ignore:
Timestamp:
2007/09/21 20:34:11 (19 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/data/downloads/module/mdl_paygent/mdl_paygent.inc

    r15877 r15878  
    632632    foreach($arrRes[0] as $key => $val) { 
    633633        // Shift-JIS¤Ç±þÅú¤¬¤¢¤ë¤Î¤Ç¡¢¥¨¥ó¥³¡¼¥É¤¹¤ë¡£ 
    634         $arrRes[0][$key] = mb_convert_encoding($val, CHAR_CODE, "Shift-JIS");    
     634        $arrRes[0][$key] = mb_convert_encoding($val, CHAR_CODE, "Shift-JIS"); 
     635        gfPrintLog($key."->".$arrRes[0][$key]); 
    635636    } 
    636637     
Note: See TracChangeset for help on using the changeset viewer.