Changeset 8421 for temp/trunk/data/class
- Timestamp:
- 2006/11/17 09:16:40 (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
r8420 r8421 12 12 13 13 /* ¥³¥ó¥¹¥È¥é¥¯¥¿ */ 14 function SC_CartSession($key = 'cart' , $url = true) {14 function SC_CartSession($key = 'cart') { 15 15 sfDomainSessionStart(); 16 16 17 17 if($key == "") $key = "cart"; 18 18 $this->key = $key; 19 20 if($url){21 $this->setPrevURL($_SERVER['REQUEST_URI']);22 }23 19 } 24 20
Note: See TracChangeset
for help on using the changeset viewer.
