Ignore:
Timestamp:
2011/03/07 15:30:02 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r20538 r20539  
    9595            $arrRet[] = $this->cartSession[$productTypeId][$key]['cart_no']; 
    9696        } 
    97         return (max($arrRet) + 1); 
     97        return max($arrRet) + 1; 
    9898    } 
    9999 
     
    146146            } 
    147147        } 
    148         return ($max); 
     148        return $max; 
    149149    } 
    150150 
Note: See TracChangeset for help on using the changeset viewer.