Index: /branches/dev/html/mobile/shopping/index.php
===================================================================
--- /branches/dev/html/mobile/shopping/index.php	(revision 12644)
+++ /branches/dev/html/mobile/shopping/index.php	(revision 12645)
@@ -244,6 +244,6 @@
     $objPage->arrForm = $_POST;
     
-    if($objPage->arrForm['year']['value'] == '----') {
-        $objPage->arrForm['year']['value'] = '';
+    if($objPage->arrForm['year'] == '----') {
+        $objPage->arrForm['year'] = '';
     }
     
