mirror of
https://github.com/opensim/opensim.git
synced 2026-05-13 18:21:49 +08:00
Remove the core module extra profile settings support carried in with the latest
patches. We don't need it.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user