Ignore:
Timestamp:
2012/04/18 17:10:53 (14 years ago)
Author:
shutta
Message:

#1296 SC_* のコンストラクタの拡張が無視される
コンストラクタ名を、PHP4の記法(クラス名と同名の関数名)から、PHP5以降で標準的なconstructに変更。

File:
1 edited

Legend:

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

    r21750 r21767  
    3333 
    3434class SC_Fpdf extends PDF_Japanese { 
    35     function SC_Fpdf($download, $title, $tpl_pdf = 'nouhinsyo1.pdf') { 
     35    function __construct($download, $title, $tpl_pdf = 'nouhinsyo1.pdf') { 
    3636        $this->FPDF(); 
    3737        // デフォルトの設定 
Note: See TracChangeset for help on using the changeset viewer.