aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteUserProfilesData.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteUserProfilesData.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs b/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs
index 90d45e9..84e56b1 100644
--- a/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs
+++ b/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs
@@ -748,6 +748,7 @@ namespace OpenSim.Data.SQLite
748 return true; 748 return true;
749 } 749 }
750 750
751 /*
751 public bool UpdateUserPreferences(ref UserPreferences pref, ref string result) 752 public bool UpdateUserPreferences(ref UserPreferences pref, ref string result)
752 { 753 {
753 string query = string.Empty; 754 string query = string.Empty;
@@ -830,6 +831,7 @@ namespace OpenSim.Data.SQLite
830 } 831 }
831 return true; 832 return true;
832 } 833 }
834 */
833 835
834 public bool GetUserAppData(ref UserAppData props, ref string result) 836 public bool GetUserAppData(ref UserAppData props, ref string result)
835 { 837 {