From c66a20756d1ff38efce0ffd4bd63ccf8651127c9 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 7 Dec 2004 01:07:54 +0000 Subject: Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schumann , r=justdave, a=justdave. --- move.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'move.pl') diff --git a/move.pl b/move.pl index 1e8036f01..8218c4069 100755 --- a/move.pl +++ b/move.pl @@ -161,8 +161,7 @@ foreach (@fieldlist) { $displayfields{$_} = 1; } -$template->process("bug/show.xml.tmpl", { user => { login => $exporter }, - bugs => \@bugs, +$template->process("bug/show.xml.tmpl", { bugs => \@bugs, displayfields => \%displayfields, }, \$msg) || ThrowTemplateError($template->error()); -- cgit v1.2.3-24-g4f1b