Index: ec_customer/ec_customer.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ecommerce/ec_customer/ec_customer.module,v
retrieving revision 1.14.2.16
diff -u -p -r1.14.2.16 ec_customer.module
--- ec_customer/ec_customer.module	14 Feb 2009 01:59:20 -0000	1.14.2.16
+++ ec_customer/ec_customer.module	17 Feb 2009 17:00:20 -0000
@@ -84,6 +84,7 @@ function ec_customer_theme() {
  * Implementation of hook_link().
  */
 function ec_customer_link($type, $object = NULL) {
+  $l = array();
   if ($type == 'ec_customer_list') {
     $customer =& $object;
 
