mirror of
https://github.com/opensim/opensim.git
synced 2026-06-19 12:03:01 +08:00
fix some odd sql queries ap not in use
This commit is contained in:
@@ -836,7 +836,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
const string queryB = "SELECT `profileImage`, `profileFirstImage` FROM `userprofile` WHERE `useruuid` = ?Id";
|
||||
|
||||
using (MySqlCommand cmd = new MySqlCommand(string.Format (queryB,"`userpicks`"), dbcon))
|
||||
using (MySqlCommand cmd = new MySqlCommand(queryB, dbcon))
|
||||
{
|
||||
cmd.Parameters.AddWithValue("?Id", avatarId.ToString());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user