Changeset 8420 for temp/trunk/data/class/SC_CartSession.php
- Timestamp:
- 2006/11/17 09:14:09 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_CartSession.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CartSession.php
r8414 r8420 12 12 13 13 /* ¥³¥ó¥¹¥È¥é¥¯¥¿ */ 14 function SC_CartSession($key = 'cart' ) {14 function SC_CartSession($key = 'cart', $url = true) { 15 15 sfDomainSessionStart(); 16 17 if($key == "") $key = "cart"; 16 18 $this->key = $key; 19 20 if($url){ 21 $this->setPrevURL($_SERVER['REQUEST_URI']); 22 } 17 23 } 18 24
Note: See TracChangeset
for help on using the changeset viewer.
