Ignore:
Timestamp:
2009/03/07 21:57:09 (15 years ago)
Author:
Seasoft
Message:

merge 17386
・取得元: version-2
・未テスト
【取得元のログメッセージ】
SPS連携用処理組み込み

File:
1 edited

Legend:

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

    r17381 r17888  
    3030SC_Utils::sfIsPrePage($objSiteSess); 
    3131GC_Utils::gfPrintLog("before"); 
     32// SPSモジュール連携用 
     33if (file_exists(MODULE_PATH . 'mdl_sps/inc/include.php') 
     34 && !$objCartSess->getTotalQuantity()) { 
     35 
     36    require_once MODULE_PATH . 'mdl_sps/inc/include.php'; 
     37    header("Location: " . ERROR_URL); 
     38    exit; 
     39} 
     40 
    3241// アクセスの正当性の判定 
    3342$uniqid = SC_Utils::sfCheckNormalAccess($objSiteSess, $objCartSess); 
Note: See TracChangeset for help on using the changeset viewer.