Changeset 7696 for temp/trunk/data


Ignore:
Timestamp:
2006/11/07 21:29:42 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r7695 r7696  
    3434 **************************************************************************************************************/ 
    3535function sfPostPaymentData($order_url, $arrData){ 
    36     $objSiteSess = new SC_SiteSession(); 
     36    global $objSiteSess; 
    3737     
    3838    // POST¥Ç¡¼¥¿¤òÁ÷¿®¤·¡¢±þÅú¾ðÊó¤ò¼èÆÀ¤¹¤ë 
     
    7070        $objSiteSess->setRegistFlag(); 
    7171        $url = sfGetXMLValue($arrVal,'RESULT','REDIRECT'); 
    72         header("Location: " . $url);     
     72         
     73        sfprintr($_SESSION["site"]); 
     74        //header("Location: " . $url);   
    7375    } 
    7476} 
Note: See TracChangeset for help on using the changeset viewer.