Index: branches/dev/html/input_zip_json.php
===================================================================
--- branches/dev/html/input_zip_json.php	(revision 13026)
+++ branches/dev/html/input_zip_json.php	(revision 13027)
@@ -19,5 +19,5 @@
 
 // Í¹ÊØÈÖ¹æ¸¡º÷Ê¸ºîÀ®
-$zipcode = $_GET['zip1'].$_GET['zip2'];
+$zipcode = $_GET['zip01'].$_GET['zip02'];
 //$zipcode = mb_convert_kana($zipcode ,"n");
 $sqlse = "SELECT state, city, town FROM mtb_zip WHERE zipcode = ?";
@@ -53,6 +53,6 @@
 	
 	// Í¹ÊØÈÖ¹æ
-	$objErr->doFunc( array("Í¹ÊØÈÖ¹æ1",'zip1',ZIP01_LEN ) ,array( "NUM_COUNT_CHECK" ) );
-	$objErr->doFunc( array("Í¹ÊØÈÖ¹æ2",'zip2',ZIP02_LEN ) ,array( "NUM_COUNT_CHECK" ) );
+	$objErr->doFunc( array("Í¹ÊØÈÖ¹æ1",'zip01',ZIP01_LEN ) ,array( "NUM_COUNT_CHECK" ) );
+	$objErr->doFunc( array("Í¹ÊØÈÖ¹æ2",'zip02',ZIP02_LEN ) ,array( "NUM_COUNT_CHECK" ) );
 	
 	return $objErr->arrErr;
