Changeset 190 for branches/dev/data
- Timestamp:
- 2007/02/06 21:34:41 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/class/SC_CartSession.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_CartSession.php
r17 r190 195 195 // Á°ÊǤÎURL¤òµÏ¿¤·¤Æ¤ª¤¯ 196 196 function setPrevURL($url) { 197 $arrExclude = array("detail_image.php"); 198 199 print(basename($url)); 200 201 if($url) { 197 202 $_SESSION[$this->key]['prev_url'] = $url; 203 } 198 204 } 199 205
Note: See TracChangeset
for help on using the changeset viewer.
