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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry.php

    r19729 r19773  
    6161        $this->year = ""; 
    6262        $masterData = new SC_DB_MasterData_Ex(); 
    63         $this->arrPref = $masterData->getMasterData("mtb_pref", 
    64                                 array("pref_id", "pref_name", "rank")); 
     63        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
    6564        $this->arrJob = $masterData->getMasterData("mtb_job"); 
    6665        $this->arrReminder = $masterData->getMasterData("mtb_reminder"); 
Note: See TracChangeset for help on using the changeset viewer.