Remove the core module extra profile settings support carried in with the latest

patches. We don't need it.
This commit is contained in:
Melanie
2014-01-05 21:16:30 +00:00
parent e79fab91db
commit 1eecb34e62
3 changed files with 6 additions and 2 deletions

View File

@@ -941,8 +941,8 @@ namespace OpenSim.Data.MySQL
using (MySqlCommand put = new MySqlCommand(query, dbcon))
{
put.Parameters.AddWithValue("?Email", pref.EMail);
put.Parameters.AddWithValue("?uuid", pref.UserId.ToString());
// put.Parameters.AddWithValue("?Email", pref.EMail);
// put.Parameters.AddWithValue("?uuid", pref.UserId.ToString());
put.ExecuteNonQuery();
}