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/abouts/LC_Page_Abouts.php

    r19713 r19773  
    4848        $this->tpl_title = '当サイトについて'; 
    4949        $masterData = new SC_DB_MasterData_Ex(); 
    50         $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank")); 
     50        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
    5151    } 
    5252 
Note: See TracChangeset for help on using the changeset viewer.