summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authormatty%chariot.net.au <>2001-11-18 12:54:54 +0100
committermatty%chariot.net.au <>2001-11-18 12:54:54 +0100
commitfcfb68682e4b5976febb86f9254f6722bb7fdfea (patch)
tree165368ac7a3a932f2905337510ddd00d90743258 /CGI.pl
parent3af6c4ee2b6f279cc363a67c69b5e1e475589e51 (diff)
downloadbugzilla-fcfb68682e4b5976febb86f9254f6722bb7fdfea.tar.gz
bugzilla-fcfb68682e4b5976febb86f9254f6722bb7fdfea.tar.xz
Moving a comment to the right place, in order to be able to make a comment about my previous check in that accidentally got checked in without a comment, and hence didn't show up on Tinderbox I think.
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>.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/CGI.pl b/CGI.pl
index 8373dac09..57f3ee967 100644
--- 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;