Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.3.2.11 by rszrama, Wed Sep 23 19:14:41 2009 UTC | revision 1.3.2.12 by rszrama, Wed Nov 18 21:13:32 2009 UTC | |
|---|---|---|
| # | Line 1219 function _uc_authorizenet_array_to_xml($ | Line 1219 function _uc_authorizenet_array_to_xml($ |
| 1219 | } | } |
| 1220 | else { | else { |
| 1221 | // Render the element with its contents. | // Render the element with its contents. |
| 1222 | $xml .= '<'. $element .'>'. $contents .'</'. $element .'>'; | $xml .= '<'. $element .'>'. htmlspecialchars($contents) .'</'. $element .'>'; |
| 1223 | } | } |
| 1224 | } | } |
| 1225 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.3 |