Fix perl warning.
git-svn-id: svn://10.0.0.236/trunk@51259 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9abd146c48
commit
970e03fe63
@ -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");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user