From c485014062cf44a0520a31d3fe08a7006d6a4bea Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 13 Sep 2004 19:09:54 +0000 Subject: [PATCH] fixed some pod stuff --- lib/WebGUI/Auth.pm | 2 ++ lib/WebGUI/Form.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Auth.pm b/lib/WebGUI/Auth.pm index 15dbfdfe4..ff328766d 100644 --- a/lib/WebGUI/Auth.pm +++ b/lib/WebGUI/Auth.pm @@ -521,6 +521,7 @@ sub getSetting { } #------------------------------------------------------------------- + =head2 init ( ) Initialization function for these auth routines. Default is a superclass function called displayLogin. @@ -575,6 +576,7 @@ sub login { } #------------------------------------------------------------------- + =head2 logout ( ) Superclass method that performs standard logout routines. diff --git a/lib/WebGUI/Form.pm b/lib/WebGUI/Form.pm index 26f13cf37..995dc921a 100644 --- a/lib/WebGUI/Form.pm +++ b/lib/WebGUI/Form.pm @@ -215,7 +215,7 @@ Returns a select list and a text field. If the text box is filled out it will ha =item name - The name field for this form element. +The name field for this form element. =item options