summaryrefslogtreecommitdiffstats
path: root/whine.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-12-28 01:58:47 +0100
committerlpsolit%gmail.com <>2009-12-28 01:58:47 +0100
commit89a15fbe3ec584369355ab9112bf98f21876d958 (patch)
treee9817bcf67f1b32ddcf94380406003652e3d5a35 /whine.pl
parent3a8bc27b6754a699e4c6cc49aba86d65e1bbf2cc (diff)
downloadbugzilla-89a15fbe3ec584369355ab9112bf98f21876d958.tar.gz
bugzilla-89a15fbe3ec584369355ab9112bf98f21876d958.tar.xz
Bug 511216: Assignee is blank in Whine emails - Patch by Kent Rogers <kar@cray.com> r/a=Lpsolit
Diffstat (limited to 'whine.pl')
-rwxr-xr-xwhine.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/whine.pl b/whine.pl
index b2508edc2..10e9a5e13 100755
--- a/whine.pl
+++ b/whine.pl
@@ -440,7 +440,6 @@ sub run_queries {
bug_status
resolution
short_desc
- assigned_to
);
# A new Bugzilla::CGI object needs to be created to allow
# Bugzilla::Search to execute a saved query. It's exceedingly weird,