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

blank

File:
1 edited

Legend:

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

    r8414 r8420  
    1212     
    1313    /* ¥³¥ó¥¹¥È¥é¥¯¥¿ */ 
    14     function SC_CartSession($key = 'cart') { 
     14    function SC_CartSession($key = 'cart', $url = true) { 
    1515        sfDomainSessionStart(); 
     16         
     17        if($key == "") $key = "cart"; 
    1618        $this->key = $key; 
     19         
     20        if($url){ 
     21            $this->setPrevURL($_SERVER['REQUEST_URI']); 
     22        } 
    1723    } 
    1824     
Note: See TracChangeset for help on using the changeset viewer.