]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixed warnings.
authorterry%mozilla.org <>
Wed, 12 Jan 2000 05:32:43 +0000 (05:32 +0000)
committerterry%mozilla.org <>
Wed, 12 Jan 2000 05:32:43 +0000 (05:32 +0000)
query.cgi

index a0ae1f0b32c9f4721b34332423cd6b1985323f4b..097aa7d6b2bd8a05b4adf3df3dda3b2ea84460fd 100755 (executable)
--- a/query.cgi
+++ b/query.cgi
@@ -33,16 +33,19 @@ $::CheckOptionValues = 0;       # It's OK if we have some bogus things in the
 
 # Shut up misguided -w warnings about "used only once":
 
-use vars @::legal_resolution,
-  @::legal_product,
+use vars
+  @::CheckOptionValues,
+  @::legal_resolution,
   @::legal_bug_status,
-  @::legal_priority,
+  @::legal_components,
+  @::legal_keywords,
   @::legal_opsys,
   @::legal_platform,
-  @::legal_components,
-  @::legal_versions,
+  @::legal_priority,
+  @::legal_product,
   @::legal_severity,
   @::legal_target_milestone,
+  @::legal_versions,
   @::log_columns,
   %::versions,
   %::components,