Index: branches/feature-module-update/data/class/SC_View.php
===================================================================
--- branches/feature-module-update/data/class/SC_View.php	(revision 15780)
+++ branches/feature-module-update/data/class/SC_View.php	(revision 16266)
@@ -61,5 +61,6 @@
 
                 // 都道府県名を変換
-                global $arrPref;
+                $masterData = new SC_DB_MasterData_Ex();
+                $arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank"));
                 $arrInfo['arrSiteInfo']['pref'] = $arrPref[$arrInfo['arrSiteInfo']['pref']];
 
