Changeset 21767 for branches/version-2_12-dev/data/class/SC_Fpdf.php
- Timestamp:
- 2012/04/18 17:10:53 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_Fpdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Fpdf.php
r21750 r21767 33 33 34 34 class SC_Fpdf extends PDF_Japanese { 35 function SC_Fpdf($download, $title, $tpl_pdf = 'nouhinsyo1.pdf') {35 function __construct($download, $title, $tpl_pdf = 'nouhinsyo1.pdf') { 36 36 $this->FPDF(); 37 37 // デフォルトの設定
Note: See TracChangeset
for help on using the changeset viewer.
