From 6ae8c8c2fab0f81e069d8faa6cc1811802607bd6 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 20 Oct 2003 21:28:32 +0000 Subject: [PATCH] fixing pod errors --- lib/WebGUI/Forum/Thread.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/Forum/Thread.pm b/lib/WebGUI/Forum/Thread.pm index 4e21ef0f9..e958916af 100644 --- a/lib/WebGUI/Forum/Thread.pm +++ b/lib/WebGUI/Forum/Thread.pm @@ -161,13 +161,13 @@ sub getNextThread { #------------------------------------------------------------------- -=head getPost ( postId ) +=head2 getPost ( postId ) Returns a post object. =over -=item +=item postId The unique id of the post object you wish to retrieve. @@ -443,7 +443,7 @@ sub setStatusDeleted { #------------------------------------------------------------------- -=head setStatusDenied ( ) +=head2 setStatusDenied ( ) Sets the status of this thread to denied. @@ -456,7 +456,7 @@ sub setStatusDenied { #------------------------------------------------------------------- -=head setStatusPending ( ) +=head2 setStatusPending ( ) Sets the status of this thread to pending.