Changeset 23613
- Timestamp:
- 2014/08/30 14:23:45 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_CartSession.php
r23605 r23613 300 300 public function delProductKey($keyname, $val, $productTypeId) 301 301 { 302 $max = count($this->cartSession[$productTypeId]);302 $max = $this->getMax($productTypeId); 303 303 for ($i = 0; $i < $max; $i++) { 304 304 if ($this->cartSession[$productTypeId][$i][$keyname] == $val) {
Note: See TracChangeset
for help on using the changeset viewer.