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

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

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

    r20487 r20538  
    3131 
    3232    /* コンストラクタ */ 
    33     function SC_CartSession($cartKey = "cart") { 
     33    function SC_CartSession($cartKey = 'cart') { 
    3434        if (!isset($_SESSION[$cartKey])) { 
    3535            $_SESSION[$cartKey] = array(); 
Note: See TracChangeset for help on using the changeset viewer.