Index: ec_store/ec_store.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ecommerce/ec_store/ec_store.inc,v
retrieving revision 1.5.2.22
diff -u -p -r1.5.2.22 ec_store.inc
--- ec_store/ec_store.inc	2 Jun 2010 04:45:18 -0000	1.5.2.22
+++ ec_store/ec_store.inc	20 Jul 2010 14:54:11 -0000
@@ -149,6 +149,9 @@ function ec_store_address_form($address 
     '#title'         => t('State/Province'),
     '#options'       => array(),
     '#parents'       => array('state_select'),
+    '#name'          => '',
+    '#id'            => '',
+    '#value'         => '',
   );
   $info = _element_info('select');
   $state_select += $info;
