Index: branches/dev/data/downloads/module/mdl_remise/convenience.php
===================================================================
--- branches/dev/data/downloads/module/mdl_remise/convenience.php	(revision 11591)
+++ branches/dev/data/downloads/module/mdl_remise/convenience.php	(revision 11592)
@@ -25,5 +25,4 @@
 global $arrConvenience;
 global $arrConveni_message;
-global $arrPref;
 
 $objPage = new LC_Page();
@@ -137,4 +136,5 @@
 $exitUrl = SITE_URL . 'shopping/load_payment_module.php';
 $tel = $arrData["order_tel01"].$arrData["order_tel02"].$arrData["order_tel03"];
+$pref = $arrPref($arrData["order_pref"]);
 
 $arrSendData = array(
@@ -147,5 +147,5 @@
 	'KANA2' => $arrData["order_kana02"],			// ¥æ¡¼¥¶¡¼Ì¾(¥«¥Ê)2
 	'TEL' => $tel,									// ÅÅÏÃÈÖ¹æ
-	'ADD1' => $arrPref($arrData["order_pref"]),		// ½»½ê1
+	'ADD1' => $pref,								// ½»½ê1
 	'ADD2' => $arrData["order_addr01"],				// ½»½ê2
 	'ADD3' => $arrData["order_addr02"],				// ½»½ê3
