Index: branches/dev/html/mobile/shopping/index.php
===================================================================
--- branches/dev/html/mobile/shopping/index.php	(revision 12638)
+++ branches/dev/html/mobile/shopping/index.php	(revision 12639)
@@ -245,6 +245,7 @@
     
     print($objPage->arrForm['year']);
-    if($objPage->arrForm['year'] == '----') {
-        $objPage->arrForm['year'] = '';
+    
+    if($objPage->arrForm['year']['value'] == '----') {
+        $objPage->arrForm['year']['value'] = '';
     }
     
