Changeset 20538 for branches/version-2_5-dev/data/class/SC_Fpdf.php
- Timestamp:
- 2011/03/07 15:23:39 (15 years ago)
- File:
-
- 1 edited
-
branches/version-2_5-dev/data/class/SC_Fpdf.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_Fpdf.php
r20507 r20538 38 38 $this->pdf_download = $download; // PDFのダウンロード形式(0:表示、1:ダウンロード) 39 39 $this->tpl_title = $title; 40 $this->tpl_dispmode = "real"; // 表示モード40 $this->tpl_dispmode = 'real'; // 表示モード 41 41 $masterData = new SC_DB_MasterData_Ex(); 42 42 $this->arrPref = $masterData->getMasterData('mtb_pref'); … … 165 165 166 166 $monetary_unit = $this->lfConvSjis("円"); 167 $point_unit = $this->lfConvSjis( "Pt");167 $point_unit = $this->lfConvSjis('Pt'); 168 168 169 169 // 購入商品情報
Note: See TracChangeset
for help on using the changeset viewer.
