From fe49c96ee0db0974a91b9b175ac1b00aef035797 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Mon, 3 Mar 2008 08:30:36 +0000 Subject: * Applying Ahzz's profile patch. Thanks Ahzz! * Fixed a few bugs in the patch that are sim crashers. * There's still a bug in mySQL mode/ grid mode where the main userprofile text doesn't save. --- OpenSim/Framework/IUserService.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'OpenSim/Framework/IUserService.cs') diff --git a/OpenSim/Framework/IUserService.cs b/OpenSim/Framework/IUserService.cs index 3b84486..0faf12e 100644 --- a/OpenSim/Framework/IUserService.cs +++ b/OpenSim/Framework/IUserService.cs @@ -87,6 +87,13 @@ namespace OpenSim.Framework void UpdateUserFriendPerms(LLUUID friendlistowner, LLUUID friend, uint perms); /// + /// Updates a user profile + /// + /// Profile to update + /// + bool UpdateUserProfileProperties(UserProfileData UserProfile); + + /// /// Logs off a user on the user server /// /// UUID of the user -- cgit v1.1