cleaning up warnings/variable redefinition and pod

This commit is contained in:
Graham Knop 2008-11-24 01:34:32 +00:00
parent 807a5ad09e
commit dd90696d7c
5 changed files with 20 additions and 19 deletions

View file

@ -311,7 +311,7 @@ sub rejectAddRequest {
#-------------------------------------------------------------------
=head2 sendAddRequest ( userId, message )
=head2 sendAddRequest ( userId, message, inviteUrl )
Sends a request to another user to be added to this user's friends list. Returns an invitationId.
@ -323,7 +323,7 @@ The user to invite to be a friend.
The message to lure them to accept.
=head inviteUrl
=head3 inviteUrl
The url to view the friend request
@ -410,4 +410,4 @@ sub sendMessage {
}
}
1;
1;