aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjake%acutex.net <>2001-09-10 21:57:12 +0000
committerjake%acutex.net <>2001-09-10 21:57:12 +0000
commit2673d244abb7c8192df7c908f1f27f7f6a20abce (patch)
tree457bd0b87e56ba06aafd19f800d64bd581717f2d /defparams.pl
parentFix for bug 71664 - Don't complain about a bad keyword cache for a bug that d... (diff)
downloadbugzilla-2673d244abb7c8192df7c908f1f27f7f6a20abce.tar.gz
bugzilla-2673d244abb7c8192df7c908f1f27f7f6a20abce.tar.bz2
bugzilla-2673d244abb7c8192df7c908f1f27f7f6a20abce.zip
Fix for bug 97657 - in defparams.pl, the sillyness sub should be called defparams_pl_sillyness
Patch by David D. Kilzer <ddkilzer@theracingworld.com> r= jake@acutex.net
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/defparams.pl b/defparams.pl
index 62f13aa90..00f332773 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -38,7 +38,7 @@ use strict;
# Shut up misguided -w warnings about "used only once". For some reason,
# "use vars" chokes on me when I try it here.
-sub bug_form_pl_sillyness {
+sub defparams_pl_sillyness {
my $zz;
$zz = %::param_checker;
$zz = %::param_desc;