Really make it call the method with the query interface
parent
626940ceb8
commit
2c05caec7f
|
@ -58,7 +58,7 @@ namespace OpenSim.Data.MySQL
|
||||||
|
|
||||||
public GridUserData[] GetAll(string userID)
|
public GridUserData[] GetAll(string userID)
|
||||||
{
|
{
|
||||||
return base.Get("UserID LIKE {0}%", userID);
|
return base.Get(String.Format("UserID LIKE {0}%", userID));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue