Changeset 8421 for temp/trunk


Ignore:
Timestamp:
2006/11/17 09:16:40 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_CartSession.php

    r8420 r8421  
    1212     
    1313    /* ¥³¥ó¥¹¥È¥é¥¯¥¿ */ 
    14     function SC_CartSession($key = 'cart', $url = true) { 
     14    function SC_CartSession($key = 'cart') { 
    1515        sfDomainSessionStart(); 
    1616         
    1717        if($key == "") $key = "cart"; 
    1818        $this->key = $key; 
    19          
    20         if($url){ 
    21             $this->setPrevURL($_SERVER['REQUEST_URI']); 
    22         } 
    2319    } 
    2420     
  • temp/trunk/html/index.php

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