Changeset 8416 for temp


Ignore:
Timestamp:
2006/11/16 20:21:08 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/cart/index.php

    r8415 r8416  
    3333 
    3434sfprintr($_SESSION["site"]); 
    35 sfprintr($objCartSess->getPrevURL();); 
     35sfprintr($objCartSess->getPrevURL()); 
    3636 
    3737// ¾¦ÉÊ¹ØÆþÃæ¤Ë¥«¡¼¥ÈÆâÍÆ¤¬Êѹ¹¤µ¤ì¤¿¡£ 
  • temp/trunk/html/index.php

    r8414 r8416  
    1919$objPage = new LC_Page(); 
    2020$conn = new SC_DBConn(); 
    21 $objSiteSess = new SC_SiteSession(); 
     21$objCartSess = new SC_CartSession(); 
     22$objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
    2223 
    2324// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
Note: See TracChangeset for help on using the changeset viewer.