Index: modules/ecommerce/address/address.module
===================================================================
--- modules/ecommerce/address/address.module	(revision 11739)
+++ modules/ecommerce/address/address.module	(working copy)
@@ -254,7 +254,7 @@
       drupal_goto('user/'. $txn->uid. '/address/add', drupal_get_destination());
     }    
     // theme the options list 
-    $options = theme_address_list($address);
+    $options = theme('address_list', $address);
     $address_format = variable_get('ec_address_display_format', 0);
 
     $form_type = (variable_get('ec_address_display_format', 0) == 0 ) ? 'select' : 'radios';
