Changeset 7697 for temp/trunk/data
- Timestamp:
- 2006/11/07 21:31:07 (20 years ago)
- Location:
- temp/trunk/data/downloads/module/mdl_epsilon
- Files:
-
- 2 edited
-
card.php (modified) (1 diff)
-
mdl_epsilon.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/card.php
r7692 r7697 25 25 $objPage = new LC_Page(); 26 26 $objView = new SC_SiteView(); 27 $objSiteSess = new SC_SiteSession();28 $objCartSess = new SC_CartSession();29 27 $objSiteInfo = $objView->objSiteInfo; 30 28 $arrInfo = $objSiteInfo->data; -
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
r7696 r7697 70 70 $objSiteSess->setRegistFlag(); 71 71 $url = sfGetXMLValue($arrVal,'RESULT','REDIRECT'); 72 73 sfprintr($_SESSION["site"]); 74 //header("Location: " . $url); 72 header("Location: " . $url); 75 73 } 76 74 }
Note: See TracChangeset
for help on using the changeset viewer.
