Bug 201818 : Convert long_list.cgi to a format

Patch by Rob Siklos <robzilla@siklos.ca>   r=wurblzap, glob   a=myk


git-svn-id: svn://10.0.0.236/trunk@168224 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
travis%sedsystems.ca
2005-01-24 05:20:50 +00:00
parent c3345fdd39
commit 4120513be6
6 changed files with 28 additions and 110 deletions

View File

@@ -863,7 +863,7 @@ if (@bugidlist) {
# Define the variables and functions that will be passed to the UI template.
$vars->{'bugs'} = \@bugs;
$vars->{'buglist'} = join(',', @bugidlist);
$vars->{'buglist'} = \@bugidlist;
$vars->{'columns'} = $columns;
$vars->{'displaycolumns'} = \@displaycolumns;