From 7787fdfa5c9275d560be143b6ae0ca439f02c8df Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Wed, 20 Oct 1999 22:17:37 +0000 Subject: Fix perl warning. --- long_list.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'long_list.cgi') diff --git a/long_list.cgi b/long_list.cgi index 0641dd229..55d2195a7 100755 --- a/long_list.cgi +++ b/long_list.cgi @@ -63,6 +63,7 @@ from bugs,profiles assign,profiles report where assign.userid = bugs.assigned_to and report.userid = bugs.reporter and bugs.groupset & $::usergroupset = bugs.groupset and"; +$::FORM{'buglist'} = "" unless exists $::FORM{'buglist'}; foreach my $bug (split(/:/, $::FORM{'buglist'})) { SendSQL("$generic_query bugs.bug_id = $bug"); -- cgit v1.2.3-24-g4f1b