Bug fix for Form.pm

Mike Shaddock (mikesha@reciprocal.com)
Thu, 23 Dec 1999 14:53:58 -0500


In Form.pm from libwwwnet-5.47, the statement at line 188

	$self->{$m} = shift if $@;

should be

	$self->{$m} = shift if @_;