Changeset 7606 for temp/trunk


Ignore:
Timestamp:
2006/11/07 15:32:33 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/card.php

    r7605 r7606  
    8585$req->clearPostData(); 
    8686 
    87 /* 
     87 
    8888$parser = xml_parser_create(); 
    8989xml_parser_set_option($parser,XML_OPTION_SKIP_WHITE,1); 
     
    9898} else { 
    9999    $url = lfGetXMLValue($arrVal,'RESULT','REDIRECT'); 
    100     header("Location: " . $url);     
     100    //header("Location: " . $url);   
    101101} 
    102102 
     
    104104function lfGetXMLValue($arrVal, $tag, $att) { 
    105105    $ret = ""; 
     106    sfprintr($arrVal); 
    106107    foreach($arrVal as $array) { 
    107108        if($tag == $array['tag']) { 
     
    121122    return $enc; 
    122123} 
    123 */ 
     124 
    124125?> 
Note: See TracChangeset for help on using the changeset viewer.