Index: uc_store.module
===================================================================
--- uc_store.module	(revision 26320)
+++ uc_store.module	(working copy)
@@ -1146,7 +1146,7 @@
     return '';
   }
 
-  return variable_get('uc_field_'. $field, $default);
+  return $default;
 }
 
 /**
