From def13a98688a5d68e345e3f63969ea9396a3fe88 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Sat, 17 Aug 2002 21:31:00 +0000 Subject: Bug 162854 - buglist.cgi reporter is actually owner r=joel x2 --- Bugzilla/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 50b3ad19c..e73c6660e 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -73,7 +73,7 @@ sub init { if (&::lsearch($fieldsref, 'map_reporter.login_name') >= 0) { push @supptables, "profiles AS map_reporter"; - push @wherepart, "bugs.assigned_to = map_reporter.userid"; + push @wherepart, "bugs.reporter = map_reporter.userid"; } if (&::lsearch($fieldsref, 'map_qa_contact.login_name') >= 0) { -- cgit v1.2.3-24-g4f1b