Ignore:
Timestamp:
2008/07/03 16:30:08 (18 years ago)
Author:
adachi
Message:

GMOPG連携組み込み

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/SC_CartSession.php

    r16741 r17401  
    6262        $change = false; 
    6363        $max = $this->getMax(); 
    64         for($i = 0; $i <= $max; $i++) { 
     64        for($i = 1; $i <= $max; $i++) { 
    6565            if ($_SESSION[$this->key][$i]['quantity'] != $_SESSION[$this->key_tmp][$i]['quantity']) { 
    6666                $change = true; 
Note: See TracChangeset for help on using the changeset viewer.