Oops. Bug 109690 again, r=justdave, gerv
git-svn-id: svn://10.0.0.236/trunk@107916 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c2a13c0ac1
commit
58006fb10f
@ -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));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user