Ignore:
Timestamp:
2010/12/28 06:21:56 (13 years ago)
Author:
Seasoft
Message:

#829(mtb_pref を他の mtb_* と同等のテーブル定義に)

File:
1 edited

Legend:

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

    r19735 r19773  
    4040        $this->tpl_dispmode = "real";      // 表示モード 
    4141        $masterData = new SC_DB_MasterData_Ex(); 
    42         $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank")); 
     42        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
    4343        $this->width_cell = array(110.3,12,21.7,24.5); 
    4444 
Note: See TracChangeset for help on using the changeset viewer.