diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLGridData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLGridData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLGridData.cs b/OpenSim/Data/MySQL/MySQLGridData.cs index 4e4d32c..1155ae3 100644 --- a/OpenSim/Data/MySQL/MySQLGridData.cs +++ b/OpenSim/Data/MySQL/MySQLGridData.cs | |||
@@ -434,7 +434,7 @@ namespace OpenSim.Data.MySQL | |||
434 | /// <param name="uuid">the sim UUID</param> | 434 | /// <param name="uuid">the sim UUID</param> |
435 | /// <returns>Successful?</returns> | 435 | /// <returns>Successful?</returns> |
436 | //public DataResponse DeleteProfile(RegionProfileData profile) | 436 | //public DataResponse DeleteProfile(RegionProfileData profile) |
437 | public DataResponse DeleteProfile(string uuid) | 437 | override public DataResponse DeleteProfile(string uuid) |
438 | { | 438 | { |
439 | MySQLSuperManager dbm = GetLockedConnection(); | 439 | MySQLSuperManager dbm = GetLockedConnection(); |
440 | 440 | ||