Fixed POD in 12 files reported by new test for invalid whitespace

This commit is contained in:
Wouter van Oijen 2006-05-20 10:39:16 +00:00
parent e35760ce6a
commit e81ce2759a
12 changed files with 123 additions and 121 deletions

View file

@ -61,8 +61,8 @@ sub DESTROY {
#-------------------------------------------------------------------
=head2 end ( )
=head2 end ( )
Removes the specified user session from memory and database.
@ -78,7 +78,7 @@ sub end {
#-------------------------------------------------------------------
=head2 get( varName )
=head2 get ( varName )
Retrieves the current value of a session variable.
@ -133,9 +133,9 @@ sub getId {
#-------------------------------------------------------------------
=head2 isAdminOn ( )
Returns a boolean indicating whether admin mode is on or not.
=cut
@ -208,9 +208,9 @@ sub session {
#-------------------------------------------------------------------
=head2 start ( [ userId, sessionId ] )
Start a new user session. Returns the session id.
=head3 userId
@ -270,5 +270,4 @@ sub switchAdminOn {
}
1;