/[drupal]/contributions/modules/ubercart/payment/uc_authorizenet/uc_authorizenet.module
ViewVC logotype

Diff of /contributions/modules/ubercart/payment/uc_authorizenet/uc_authorizenet.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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    

Legend:
Removed from v.1.3.2.11  
changed lines
  Added in v.1.3.2.12

  ViewVC Help
Powered by ViewVC 1.1.3