Ignore:
Timestamp:
2012/07/29 15:19:33 (12 years ago)
Author:
Seasoft
Message:

#1901 (COOKIE_EXPIRE を設定変更しても反映されないページがある)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/shopping/LC_Page_Shopping.php

    r21976 r21982  
    8080        $objCartSess = new SC_CartSession_Ex(); 
    8181        $objCustomer = new SC_Customer_Ex(); 
    82         $objCookie = new SC_Cookie_Ex(COOKIE_EXPIRE); 
     82        $objCookie = new SC_Cookie_Ex(); 
    8383        $objPurchase = new SC_Helper_Purchase_Ex(); 
    8484        $objFormParam = new SC_FormParam_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.