Commit 2673d244 authored by jake%acutex.net's avatar jake%acutex.net

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
parent acd4e951
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment