Changeset 21997 for branches/version-2_12-dev/data/class/SC_CartSession.php
- Timestamp:
- 2012/08/10 21:23:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_CartSession.php
r21979 r21997 53 53 foreach ($_SESSION as $key => $value) { 54 54 if ($key != $this->key_tmp && preg_match('/^savecart_/', $key)) { 55 unset($ this->cartSession[$productTypeId][$key]);55 unset($_SESSION[$key]); 56 56 } 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.