summaryrefslogtreecommitdiffstats
path: root/long_list.cgi
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-02-14 00:49:06 +0100
committerjustdave%syndicomm.com <>2002-02-14 00:49:06 +0100
commit29086df918db4257313aada7cdf08ed86ad9b7d3 (patch)
tree2e08081063c3859580731881074c50c01df4cd19 /long_list.cgi
parent89012e8631ffa9cff25ebadcfcce6fe74a6dab0e (diff)
downloadbugzilla-29086df918db4257313aada7cdf08ed86ad9b7d3.tar.gz
bugzilla-29086df918db4257313aada7cdf08ed86ad9b7d3.tar.xz
Fixing tinderbox bustage from previous checkin.
Name "main::legal_keywords" used only once
Diffstat (limited to 'long_list.cgi')
-rwxr-xr-xlong_list.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/long_list.cgi b/long_list.cgi
index 479fbcd4a..623ea0d16 100755
--- a/long_list.cgi
+++ b/long_list.cgi
@@ -36,6 +36,7 @@ sub sillyness {
my $zz;
$zz = $::userid;
$zz = $::usergroupset;
+ $zz = @::legal_keywords;
$zz = %::FORM;
}