mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 05:13:54 +08:00
a few fixes and cosmetics on some DB code
This commit is contained in:
@@ -1007,7 +1007,7 @@ namespace OpenSim.Data.MySQL
|
||||
cmd.Parameters.AddWithValue("?UserId", props.UserId.ToString());
|
||||
cmd.Parameters.AddWithValue("?TagId", props.TagId.ToString());
|
||||
cmd.Parameters.AddWithValue("?DataKey", props.DataKey.ToString());
|
||||
cmd.Parameters.AddWithValue("?DataVal", props.DataKey.ToString());
|
||||
cmd.Parameters.AddWithValue("?DataVal", props.DataVal.ToString());
|
||||
|
||||
cmd.ExecuteNonQuery();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user