Ignore:
Timestamp:
2009/04/10 23:20:10 (15 years ago)
Author:
Seasoft
Message:

rv r17968
・影響範囲に不安があるため、一旦差し戻します。

Location:
branches/comu-ver2/html/shopping
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/shopping/card.php

    r17968 r17969  
    5555$objView = new SC_SiteView(); 
    5656$objSiteSess = new SC_SiteSession(); 
    57 $objCartSess = new SC_CartSession_Ex(); 
     57$objCartSess = new SC_CartSession(); 
    5858$objCampaignSess = new SC_CampaignSession(); 
    5959$objSiteInfo = $objView->objSiteInfo; 
  • branches/comu-ver2/html/shopping/convenience.php

    r17968 r17969  
    4242$objView = new SC_SiteView; 
    4343$objSiteSess = new SC_SiteSession; 
    44 $objCartSess = new SC_CartSession_Ex(); 
     44$objCartSess = new SC_CartSession; 
    4545$objCampaignSess = new SC_CampaignSession(); 
    4646$objSiteInfo = $objView->objSiteInfo; 
  • branches/comu-ver2/html/shopping/load_payment_module.php

    r17968 r17969  
    2424 
    2525$objSiteSess = new SC_SiteSession(); 
    26 $objCartSess = new SC_CartSession_Ex(); 
     26$objCartSess = new SC_CartSession(); 
    2727$objQuery = new SC_Query(); 
    2828 
  • branches/comu-ver2/html/shopping/loan.php

    r17968 r17969  
    5656$objView = new SC_SiteView(); 
    5757$objSiteSess = new SC_SiteSession(); 
    58 $objCartSess = new SC_CartSession_Ex(); 
     58$objCartSess = new SC_CartSession(); 
    5959$objCampaignSess = new SC_CampaignSession(); 
    6060$objCustomer = new SC_Customer(); 
  • branches/comu-ver2/html/shopping/loan_cancel.php

    r17968 r17969  
    5757$objView = new SC_SiteView(); 
    5858$objSiteSess = new SC_SiteSession(); 
    59 $objCartSess = new SC_CartSession_Ex(); 
     59$objCartSess = new SC_CartSession(); 
    6060$objCampaignSess = new SC_CampaignSession(); 
    6161$objCustomer = new SC_Customer(); 
Note: See TracChangeset for help on using the changeset viewer.