]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Moving a comment to the right place, in order to be able to make a comment about...
authormatty%chariot.net.au <>
Sun, 18 Nov 2001 11:54:54 +0000 (11:54 +0000)
committermatty%chariot.net.au <>
Sun, 18 Nov 2001 11:54:54 +0000 (11:54 +0000)
It was a change to CGI.pl, a fix for bug 105812: Rename "Components" link in sub GetCommandMenu() to "Products".

The patch was by James A Laska <jlaska@us.ibm.com>.

CGI.pl

diff --git a/CGI.pl b/CGI.pl
index 8373dac09c30c143a782eab7c4b641c397af3119..57f3ee96787ed3ad3227b09714d3caa236c02695 100644 (file)
--- a/CGI.pl
+++ b/CGI.pl
@@ -30,8 +30,6 @@
 use diagnostics;
 use strict;
 # use Carp;                       # for confess
-# Shut up misguided -w warnings about "used only once".  For some reason,
-# "use vars" chokes on me when I try it here.
 
 # commented out the following snippet of code. this tosses errors into the
 # CGI if you are perl 5.6, and doesn't if you have perl 5.003. 
@@ -39,6 +37,8 @@ use strict;
 # eval "use Mozilla::LDAP::Conn";
 # my $have_ldap = $@ ? 0 : 1;
 
+# Shut up misguided -w warnings about "used only once".  For some reason,
+# "use vars" chokes on me when I try it here.
 
 sub CGI_pl_sillyness {
     my $zz;