Index: temp/trunk/html/shopping/index.php
===================================================================
--- temp/trunk/html/shopping/index.php	(revision 1963)
+++ temp/trunk/html/shopping/index.php	(revision 1964)
@@ -104,4 +104,10 @@
 if($objPage->year == '') {
 	$objPage->year = '----';
+}
+if($objPage->month == '') {
+	$objPage->month = '--';
+}
+if($objPage->day == '') {
+	$objPage->day = '--';
 }
 
