Ignore:
Timestamp:
2012/02/15 19:56:17 (12 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21420 r21514  
    5858        $order_id = $this->getOrderId(); 
    5959        if ($order_id === false) { 
    60             SC_Utils_Ex::sfDispSiteError(PAGE_ERROR, "", true); 
     60            SC_Utils_Ex::sfDispSiteError(PAGE_ERROR, '', true); 
    6161            return; 
    6262        } 
     
    6464        $module_path = $this->getModulePath($order_id); 
    6565        if ($module_path === false) { 
    66             SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, "", true, 
    67                                       "モジュールファイルの取得に失敗しました。<br />この手続きは無効となりました。"); 
     66            SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, 
     67                                      'モジュールファイルの取得に失敗しました。<br />この手続きは無効となりました。'); 
    6868            return; 
    6969        } 
Note: See TracChangeset for help on using the changeset viewer.