Index: temp/trunk/html/shopping/index.php
===================================================================
--- temp/trunk/html/shopping/index.php	(revision 2699)
+++ temp/trunk/html/shopping/index.php	(revision 2700)
@@ -102,12 +102,14 @@
 $objPage->arrDay = $objDate->getDay();
 
+if($objPage->year == '') {
+	$objPage->year = '----';
+}
+
 // ÆþÎÏÃÍ¤Î¼èÆÀ
 $objPage->arrForm = $objFormParam->getFormParamList();
-if($objPage->year == '') {
-	$objPage->year = '----';
-	$objPage->arrForm['year']['value'] = '----';
-}
-
-
+
+if($objPage->arrForm['year']['value'] == ""){
+	$objPage->arrForm['year']['value'] = '----';	
+}
 
 $objView->assignobj($objPage);
