diff options
author | jake%acutex.net <> | 2001-09-10 23:57:12 +0200 |
---|---|---|
committer | jake%acutex.net <> | 2001-09-10 23:57:12 +0200 |
commit | 2673d244abb7c8192df7c908f1f27f7f6a20abce (patch) | |
tree | 457bd0b87e56ba06aafd19f800d64bd581717f2d | |
parent | acd4e951ba753fa1bd3491ae5766f0bf5db6236b (diff) | |
download | bugzilla-2673d244abb7c8192df7c908f1f27f7f6a20abce.tar.gz bugzilla-2673d244abb7c8192df7c908f1f27f7f6a20abce.tar.xz |
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
-rw-r--r-- | defparams.pl | 2 |
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; |