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/pages/admin/basis/LC_Page_Admin_Basis_Tradelaw.php

    r19670 r19773  
    5454        $this->tpl_mainno = 'basis'; 
    5555        $masterData = new SC_DB_MasterData_Ex(); 
    56         $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank")); 
     56        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
    5757        $this->arrTAXRULE = $masterData->getMasterData("mtb_taxrule"); 
    5858        $this->tpl_subtitle = '特定商取引法'; 
Note: See TracChangeset for help on using the changeset viewer.