]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixing tinderbox bustage from previous checkin.
authorjustdave%syndicomm.com <>
Wed, 13 Feb 2002 23:49:06 +0000 (23:49 +0000)
committerjustdave%syndicomm.com <>
Wed, 13 Feb 2002 23:49:06 +0000 (23:49 +0000)
Name "main::legal_keywords" used only once

long_list.cgi

index 479fbcd4a7c54cfc9aad6f6e29bb2d4448fb2aef..623ea0d16a1934ab96f3e0b6f78abe008a5fe447 100755 (executable)
@@ -36,6 +36,7 @@ sub sillyness {
     my $zz;
     $zz = $::userid;
     $zz = $::usergroupset;
+    $zz = @::legal_keywords;
     $zz = %::FORM;
 }