Subgroup hierarchy mode...
"Jan Bolmeson" <[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Hi again,
I posted a question a couple of weeks ago concerning hierarchy-mode-listing
of groups and subgroups. I still cannot get it to work. I use the latest
CVS-revision (updated half an hour ago) and have correctly created a couple
of groups with subgroups and when I run:
$options = array(
'select' => 'all',
'rekey' => true,
'filters' => array(),
'subgroups' => 'hierachy'
);
$this->admin->perm->getGroups( $options );
I only get a listing of the groups without internal relations. I cannot get
this to work on the Admin example 1 either.
Thanks again,
Jan