Changeset 7606 for temp/trunk
- Timestamp:
- 2006/11/07 15:32:33 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/card.php
r7605 r7606 85 85 $req->clearPostData(); 86 86 87 /* 87 88 88 $parser = xml_parser_create(); 89 89 xml_parser_set_option($parser,XML_OPTION_SKIP_WHITE,1); … … 98 98 } else { 99 99 $url = lfGetXMLValue($arrVal,'RESULT','REDIRECT'); 100 header("Location: " . $url);100 //header("Location: " . $url); 101 101 } 102 102 … … 104 104 function lfGetXMLValue($arrVal, $tag, $att) { 105 105 $ret = ""; 106 sfprintr($arrVal); 106 107 foreach($arrVal as $array) { 107 108 if($tag == $array['tag']) { … … 121 122 return $enc; 122 123 } 123 */ 124 124 125 ?>
Note: See TracChangeset
for help on using the changeset viewer.
