fixed: #4177 You can no longer send friends who are in your friends list or who you've already invitedto your friends network

This commit is contained in:
Frank Dillon 2008-10-28 17:10:56 +00:00
parent 18585200a7
commit 4dbd7bac1a
4 changed files with 59 additions and 1 deletions

View file

@ -295,6 +295,16 @@ Thanks,
lastUpdated => 1181493546,
},
'error user is already friend' => {
message => q|This user is already a member of your friends network <br /><p> <a href="%s">%s</a></p>|,
lastUpdated => 1181493546,
},
'error user is already invited' => {
message => q|You have already sent an invitation for this user to join your friends network <br /> <p><a href="%s">%s</a></p>|,
lastUpdated => 1181493546,
}
};
1;