mirror of
https://github.com/opensim/opensim.git
synced 2026-06-21 04:55:37 +08:00
Really make it call the method with the query interface
This commit is contained in:
@@ -58,7 +58,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
public GridUserData[] GetAll(string userID)
|
||||
{
|
||||
return base.Get("UserID LIKE {0}%", userID);
|
||||
return base.Get(String.Format("UserID LIKE {0}%", userID));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user