mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
clean some spurius chars and a few other things. Thanks Vincent Sylvester
This commit is contained in:
@@ -210,7 +210,7 @@ namespace OpenSim.Data.PGSQL
|
||||
{
|
||||
while (reader.Read())
|
||||
{
|
||||
UUID id = DBGuid.FromDB(reader["id"]);;
|
||||
UUID id = DBGuid.FromDB(reader["id"]);
|
||||
exists.Add(id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user