Commit 919d42e2 authored by bbaetz%cs.mcgill.ca's avatar bbaetz%cs.mcgill.ca

Oops. Bug 109690 again, r=justdave, gerv

parent c0336202
......@@ -73,7 +73,7 @@ where assign.userid = bugs.assigned_to and report.userid = bugs.reporter and";
$::FORM{'buglist'} = "" unless exists $::FORM{'buglist'};
foreach my $bug (split(/:/, $::FORM{'buglist'})) {
if (!detaint_natural($bug)) || next;
detaint_natural($bug) || next;
SendSQL(SelectVisible("$generic_query bugs.bug_id = $bug",
$::userid, $::usergroupset));
......
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