Changeset 7878 for temp/trunk/data
- Timestamp:
- 2006/11/08 19:51:58 (20 years ago)
- Location:
- temp/trunk/data/downloads/module/mdl_epsilon
- Files:
-
- 2 edited
-
convenience.php (modified) (1 diff)
-
mdl_epsilon.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/convenience.php
r7877 r7878 105 105 ); 106 106 107 sfprintr($arrData); 108 107 109 // ¥Ç¡¼¥¿Á÷¿® 108 sfPostPaymentData($order_url, $arrData);110 //sfPostPaymentData($order_url, $arrData); 109 111 break; 110 112 -
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
r7877 r7878 29 29 foreach($array['attributes'] as $key => $val) { 30 30 if($key == $att) { 31 $ret = mb_convert_encoding(urldecode($val), 'EUC-JP', ' auto');31 $ret = mb_convert_encoding(urldecode($val), 'EUC-JP', 'SJIS'); 32 32 break; 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.
