Changeset 16266


Ignore:
Timestamp:
2007/10/05 19:28:11 (16 years ago)
Author:
nanasess
Message:

都道府県データをマスタデータから取得するよう修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/SC_View.php

    r15780 r16266  
    6161 
    6262                // 都道府県名を変換 
    63                 global $arrPref; 
     63                $masterData = new SC_DB_MasterData_Ex(); 
     64                $arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank")); 
    6465                $arrInfo['arrSiteInfo']['pref'] = $arrPref[$arrInfo['arrSiteInfo']['pref']]; 
    6566 
Note: See TracChangeset for help on using the changeset viewer.