]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Oops. Bug 109690 again, r=justdave, gerv
authorbbaetz%cs.mcgill.ca <>
Mon, 12 Nov 2001 13:47:24 +0000 (13:47 +0000)
committerbbaetz%cs.mcgill.ca <>
Mon, 12 Nov 2001 13:47:24 +0000 (13:47 +0000)
long_list.cgi

index 63120e5eb12ca833d0a62c636d2184220bd5e781..f6182d4393b5ff4fa1a4c62c62e8716fba6d8d39 100755 (executable)
@@ -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));