git-svn-id: http://xe-core.googlecode.com/svn/trunk@1145 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-16 01:26:17 +00:00
parent 897b68879f
commit efbaf45213
7 changed files with 55 additions and 3 deletions

View file

@ -230,6 +230,7 @@
$node = $output->data;
if($node->group_srls) $node->group_srls = explode(',',$node->group_srls);
else $node->group_srls = array();
return $node;
}
}