Index: /temp/trunk/html/shopping/index.php
===================================================================
--- /temp/trunk/html/shopping/index.php	(revision 1964)
+++ /temp/trunk/html/shopping/index.php	(revision 1965)
@@ -105,13 +105,14 @@
 	$objPage->year = '----';
 }
-if($objPage->month == '') {
-	$objPage->month = '--';
-}
-if($objPage->day == '') {
-	$objPage->day = '--';
-}
 
 // ÆþÎÏÃÍ¤Î¼èÆÀ
 $objPage->arrForm = $objFormParam->getFormParamList();
+
+if($objPage->arrForm['month']['value'] == '') {
+	$objPage->month = '--';
+}
+if($objPage->arrForm['day']['value'] == '') {
+	$objPage->day = '--';
+}
 
 sfprintr($objPage->arrForm);
