From 23a8839dda76d0e8491152736122b81dc454bab8 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 30 Nov 2009 00:38:12 +0000 Subject: fix bulk sending of customer notices, RT#6778 --- httemplate/misc/email-customers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate') diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index f644db9e9..46bf3b4fe 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -4,7 +4,7 @@ % foreach my $key ( keys %search ) { % my @values = ref($search{$key}) ? @{$search{$key}} : ( $search{$key} ); % foreach my $value ( @values ) { - + % } % } -- cgit v1.2.1