Changeset 7697 for temp/trunk/data


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

blank

Location:
temp/trunk/data/downloads/module/mdl_epsilon
Files:
2 edited

Legend:

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

    r7692 r7697  
    2525$objPage = new LC_Page(); 
    2626$objView = new SC_SiteView(); 
    27 $objSiteSess = new SC_SiteSession(); 
    28 $objCartSess = new SC_CartSession(); 
    2927$objSiteInfo = $objView->objSiteInfo; 
    3028$arrInfo = $objSiteInfo->data; 
  • temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc

    r7696 r7697  
    7070        $objSiteSess->setRegistFlag(); 
    7171        $url = sfGetXMLValue($arrVal,'RESULT','REDIRECT'); 
    72          
    73         sfprintr($_SESSION["site"]); 
    74         //header("Location: " . $url);   
     72        header("Location: " . $url);     
    7573    } 
    7674} 
Note: See TracChangeset for help on using the changeset viewer.