Matt once warned me it's best to submit bugs and patches via the RT interface, which is I think here:
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=AxKit --fess On Thu, 5 Jun 2003, Christopher B. Liebman wrote: > textarea is missing a $index in one place..... > > -- Chris > > --- PerForm.pm.orig 2003-05-29 23:49:06.000000000 -0700 > +++ PerForm.pm 2003-05-29 23:49:50.000000000 -0700 > @@ -645,7 +645,7 @@ > rows => $rows, > ($wrap ? (wrap => 'wrap') : ()), > name => $name, > - value => $params->{$name}, > + value => $params->{$name.$index}, > ($error ? (error => $error) : ()), > index => $index, > } > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
