From: bbaetz%cs.mcgill.ca <> Date: Mon, 12 Nov 2001 13:47:24 +0000 (+0000) Subject: Oops. Bug 109690 again, r=justdave, gerv X-Git-Tag: bugzilla-2.14.1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=919d42e2fbce4e1d7d5094b1cf747b3914165ccf;p=thirdparty%2Fbugzilla.git Oops. Bug 109690 again, r=justdave, gerv --- diff --git a/long_list.cgi b/long_list.cgi index 63120e5eb1..f6182d4393 100755 --- a/long_list.cgi +++ b/long_list.cgi @@ -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));