Changeset 8021 for temp/trunk
- Timestamp:
- 2006/11/09 14:18:05 (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
r8020 r8021 119 119 120 120 // ¥Ç¡¼¥¿Á÷¿® 121 $arrXML = sfPostPaymentData($order_url, $arrSendData); 122 123 sfprintr($arrSendData); 124 sfprintr($arrXML); 121 //$arrXML = sfPostPaymentData($order_url, $arrSendData); 125 122 126 123 // ¥¨¥é¡¼¤¬¤¢¤ë¤«¥Á¥§¥Ã¥¯¤¹¤ë -
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
r7933 r8021 22 22 function sfGetXMLValue($arrVal, $tag, $att) { 23 23 $ret = ""; 24 foreach( $arrVal as $array) {24 foreach((array)$arrVal as $array) { 25 25 if($tag == $array['tag']) { 26 26 if(!is_array($array['attributes'])) {
Note: See TracChangeset
for help on using the changeset viewer.
