fix [ 1488556 ] blank page after setup

This commit is contained in:
JT Smith 2006-05-17 23:25:49 +00:00
parent aea9ce76f7
commit 6ba68835e0
5 changed files with 21 additions and 17 deletions

View file

@ -119,13 +119,13 @@ sub new {
#-------------------------------------------------------------------
=head2 param ( field )
=head2 param ( [ field ] )
Retrieves a form field post from the HTTP request.
Returns all the fields from a form post as an array.
=head3 field
The name of the field to retrieve.
The name of the field to retrieve if you want to retrieve just one specific field.
=cut