]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 97657 - in defparams.pl, the sillyness sub should be called defparams_pl_...
authorjake%acutex.net <>
Mon, 10 Sep 2001 21:57:12 +0000 (21:57 +0000)
committerjake%acutex.net <>
Mon, 10 Sep 2001 21:57:12 +0000 (21:57 +0000)
Patch by David D. Kilzer <ddkilzer@theracingworld.com>
r= jake@acutex.net

defparams.pl

index 62f13aa90d09720e42885f1c850fe6a6dfd935a0..00f33277362c92d9a139b888a7d1701b9fe763de 100644 (file)
@@ -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;