Adding POD for DataForm

This commit is contained in:
Diona Kidd 2007-09-11 17:38:10 +00:00
parent 55c14f5852
commit 3c37f3af00

View file

@ -420,6 +420,17 @@ sub getFormUrl {
}
#-------------------------------------------------------------------
=head2 getListUrl( params )
Get url of list of entries
=head3 params
Name value pairs of URL paramters in the form of:
name1=value1;name2=value2;name3=value3
=cut
sub getListUrl {
my $self = shift;