Adding new fields and home location methid to presence. Adding cleanup

(deleting all but one presence record) on logout so that they don't pile up.
This commit is contained in:
Melanie
2009-12-28 23:42:08 +00:00
parent 2ed207509b
commit e0fc854f05
9 changed files with 176 additions and 4 deletions

View File

@@ -177,6 +177,8 @@ namespace OpenSim.Data.MySQL
result.Add(row);
}
reader.Close();
CloseReaderCommand(cmd);
return result.ToArray();