]> git.mjollnir.org Git - moodle.git/commitdiff
No urlencode
authorethem <ethem>
Thu, 30 Nov 2006 09:16:43 +0000 (09:16 +0000)
committerethem <ethem>
Thu, 30 Nov 2006 09:16:43 +0000 (09:16 +0000)
enrol/authorize/authorizenetlib.php

index a507528738c67c6e279606210b87557a5cf4ca5e..92b69e5435b5d7aecd353b198eab61a64bb9df52 100644 (file)
@@ -104,7 +104,7 @@ function authorize_action(&$order, &$message, &$extra, $action=AN_ACTION_NONE, $
              'x_delim_char'      => AN_DELIM,
              'x_encap_char'      => AN_ENCAP,
              'x_relay_response'  => 'FALSE',
-             'x_login'           => urlencode(rc4decrypt($mconfig->an_login))
+             'x_login'           => rc4decrypt($mconfig->an_login)
         );
         $str = '';
         foreach($constdata as $ky => $vl) {