Bug 162854 - buglist.cgi reporter is actually owner

r=joel x2
parent 89462e96
...@@ -73,7 +73,7 @@ sub init { ...@@ -73,7 +73,7 @@ sub init {
if (&::lsearch($fieldsref, 'map_reporter.login_name') >= 0) { if (&::lsearch($fieldsref, 'map_reporter.login_name') >= 0) {
push @supptables, "profiles AS map_reporter"; 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) { if (&::lsearch($fieldsref, 'map_qa_contact.login_name') >= 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment