From 919d42e2fbce4e1d7d5094b1cf747b3914165ccf Mon Sep 17 00:00:00 2001 From: "bbaetz%cs.mcgill.ca" <> Date: Mon, 12 Nov 2001 13:47:24 +0000 Subject: Oops. Bug 109690 again, r=justdave, gerv --- long_list.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'long_list.cgi') diff --git a/long_list.cgi b/long_list.cgi index 63120e5eb..f6182d439 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)); -- cgit v1.2.3-24-g4f1b