summaryrefslogtreecommitdiffstats
path: root/move.pl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-07 02:07:54 +0100
committerjocuri%softhome.net <>2004-12-07 02:07:54 +0100
commitc66a20756d1ff38efce0ffd4bd63ccf8651127c9 (patch)
treebbe66ad022abc421d9f62ede5da5a8b85a3850e6 /move.pl
parent0c57e438f7d8810660eeb5cf3f5c358a14f3b1ee (diff)
downloadbugzilla-c66a20756d1ff38efce0ffd4bd63ccf8651127c9.tar.gz
bugzilla-c66a20756d1ff38efce0ffd4bd63ccf8651127c9.tar.xz
Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, a=justdave.
Diffstat (limited to 'move.pl')
-rwxr-xr-xmove.pl3
1 files changed, 1 insertions, 2 deletions
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());