From: jake%acutex.net <> Date: Mon, 10 Sep 2001 21:57:12 +0000 (+0000) Subject: Fix for bug 97657 - in defparams.pl, the sillyness sub should be called defparams_pl_... X-Git-Tag: bugzilla-2.14.1~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2673d244abb7c8192df7c908f1f27f7f6a20abce;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/defparams.pl b/defparams.pl index 62f13aa90d..00f3327736 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;