aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/DataSnapshot/EstateSnapshot.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-04 13:41:36 +0000
committerMelanie Thielker2008-10-04 13:41:36 +0000
commit5b901c7031bbb634f17eb3c6b2d74e2aca04816e (patch)
tree370a70c5e11bd25ab595512cb30640111f36d200 /OpenSim/Region/DataSnapshot/EstateSnapshot.cs
parentTiny performance tweak (diff)
downloadopensim-SC_OLD-5b901c7031bbb634f17eb3c6b2d74e2aca04816e.zip
opensim-SC_OLD-5b901c7031bbb634f17eb3c6b2d74e2aca04816e.tar.gz
opensim-SC_OLD-5b901c7031bbb634f17eb3c6b2d74e2aca04816e.tar.bz2
opensim-SC_OLD-5b901c7031bbb634f17eb3c6b2d74e2aca04816e.tar.xz
Remove type="owner" from the data snapshot. Made the parser choke and there
is no need for it, as there is no other type
Diffstat (limited to 'OpenSim/Region/DataSnapshot/EstateSnapshot.cs')
-rw-r--r--OpenSim/Region/DataSnapshot/EstateSnapshot.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/DataSnapshot/EstateSnapshot.cs b/OpenSim/Region/DataSnapshot/EstateSnapshot.cs
index dea5cb1..8e7fa46 100644
--- a/OpenSim/Region/DataSnapshot/EstateSnapshot.cs
+++ b/OpenSim/Region/DataSnapshot/EstateSnapshot.cs
@@ -71,9 +71,9 @@ namespace OpenSim.Region.DataSnapshot.Providers
71 71
72 //TODO: Fix the marshalling system to have less copypasta gruntwork 72 //TODO: Fix the marshalling system to have less copypasta gruntwork
73 XmlNode user = factory.CreateNode(XmlNodeType.Element, "user", ""); 73 XmlNode user = factory.CreateNode(XmlNodeType.Element, "user", "");
74 XmlAttribute type = (XmlAttribute)factory.CreateNode(XmlNodeType.Attribute, "type", ""); 74// XmlAttribute type = (XmlAttribute)factory.CreateNode(XmlNodeType.Attribute, "type", "");
75 type.Value = "owner"; 75// type.Value = "owner";
76 user.Attributes.Append(type); 76// user.Attributes.Append(type);
77 77
78 //TODO: Create more TODOs 78 //TODO: Create more TODOs
79 XmlNode username = factory.CreateNode(XmlNodeType.Element, "name", ""); 79 XmlNode username = factory.CreateNode(XmlNodeType.Element, "name", "");