--- addresses_cck.inc	2009-05-10 10:09:46.000000000 -0500
+++ addresses_cck.inc.new	2009-05-10 10:09:29.000000000 -0500
@@ -29,3 +29,7 @@ function theme_addresses_cck_formatter_s
   // Print the address using the one-line only theme
   return theme('addresses_singleline', $element['#item']);
 }
+
+function theme_addresses_cck_formatter_addresses_field_phone($element) {
+  return $element['#item']['phone'];
+}
