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

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

File:
1 edited

Legend:

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

    r20507 r20538  
    3838        $this->pdf_download = $download;      // PDFのダウンロード形式(0:表示、1:ダウンロード) 
    3939        $this->tpl_title = $title; 
    40         $this->tpl_dispmode = "real";      // 表示モード 
     40        $this->tpl_dispmode = 'real';      // 表示モード 
    4141        $masterData = new SC_DB_MasterData_Ex(); 
    4242        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
     
    165165 
    166166        $monetary_unit = $this->lfConvSjis("円"); 
    167         $point_unit = $this->lfConvSjis("Pt"); 
     167        $point_unit = $this->lfConvSjis('Pt'); 
    168168 
    169169        // 購入商品情報 
Note: See TracChangeset for help on using the changeset viewer.