addresses_address_single_line() doesn't exist.
Index: modules/addresses/addresses.module
===================================================================
--- modules/addresses/addresses.module (revision 18086)
+++ modules/addresses/addresses.module (working copy)
@@ -362,7 +362,7 @@
'file' => 'addresses.settings.inc',
),
// Shows addresses using a single line
- 'addresses_address_single_line' => array(
+ 'addresses_addresses_singleline' => array(
'arguments' => array('addresses'),
'file' => 'addresses.inc',
),
Comments
Comment #1
AlexisWilke commentedShouldn't that be 'addresses_singleline'?
In file addresses.inc, we have:
So it seems to me that the the extra addresses_... would still make it fail?!
Thank you.
Alexis
Comment #2
AlexisWilke commentedThis is fixed in the development version. I changed the name to 'addresses_address_singleline'.
Thank you.
Alexis Wilke