From 2673d244abb7c8192df7c908f1f27f7f6a20abce Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Mon, 10 Sep 2001 21:57:12 +0000 Subject: Fix for bug 97657 - in defparams.pl, the sillyness sub should be called defparams_pl_sillyness Patch by David D. Kilzer r= jake@acutex.net --- defparams.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-24-g4f1b