Ignore:
Timestamp:
2012/04/18 18:45:37 (12 years ago)
Author:
shutta
Message:

#1766 拡張クラスの整備
拡張クラス(*_Ex)が抜けているものを補完(LC_Page_Upgrade_*, LC_Upgrade_helper_*以外)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Pdf.php

    r21743 r21771  
    158158        // エラー入力なし 
    159159        if (count($arrErr) == 0) { 
    160             $objFpdf = new SC_Fpdf($arrRet['download'], $arrRet['title']); 
     160            $objFpdf = new SC_Fpdf_Ex($arrRet['download'], $arrRet['title']); 
    161161            foreach ($arrRet['order_id'] AS $key => $val) { 
    162162                $arrPdfData = $arrRet; 
Note: See TracChangeset for help on using the changeset viewer.