[FIXED VERSION]

Added group support to the parser.php so we can safely parse group owned parcels as well

git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@116 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
fly-man-
2009-04-28 01:36:55 +00:00
parent d7db4c3ae6
commit 1c44864d04
+9 -1
View File
@@ -210,7 +210,15 @@ function parse($hostname, $port)
// Adding support for groups
$group = $value->getElementsByTagName("group")->item(0);
$groupuuid = $group->getElementsByTagName("groupuuid")->item(0)->nodeValue;
if ($group != "")
{
$groupuuid = $group->getElementsByTagName("groupuuid")->item(0)->nodeValue;
}
else
{
$groupuuid = "00000000-0000-0000-0000-000000000000";
}
//
// Check bits on Public, Build, Script