Changeset 17401 for branches/version-2/data/class/SC_CartSession.php
- Timestamp:
- 2008/07/03 16:30:08 (18 years ago)
- File:
-
- 1 edited
-
branches/version-2/data/class/SC_CartSession.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/SC_CartSession.php
r16741 r17401 62 62 $change = false; 63 63 $max = $this->getMax(); 64 for($i = 0; $i <= $max; $i++) {64 for($i = 1; $i <= $max; $i++) { 65 65 if ($_SESSION[$this->key][$i]['quantity'] != $_SESSION[$this->key_tmp][$i]['quantity']) { 66 66 $change = true;
Note: See TracChangeset
for help on using the changeset viewer.
