Re: 0.16.2 tomorrow
Jens Kleikamp <lists.jens-z4600/[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Organization | codes & concepts |
| Message-ID | <[email protected]> |
Lukas Smith wrote: > Hi, > > I will make the next bugfix release tomorrow. > Any lingering issues that havent been brought up yet? > > Oh just noticed I never got back to Benedikt about the database error > on logout. > > regards, > Lukas Smith > [email protected] > _______________________________ > BackendMedia > www.backendmedia.com > [email protected] > > Linn Zwoch Smith GbR > Pariser Str. 44 > D-10707 Berlin > > Tel +49 30 83 22 50 00 > Fax +49 30 83 22 50 07 > > _______________________________________________ > LiveUser mailing list > [email protected] > http://mailman.21st-hq.de/mailman/listinfo/liveuser > Hi, I don´t know it is an issue or just an fault by me :) I tried latest cvs versions of LU and LU_Admin, but I can´t get the hierarchy subgroups working. I just get a plain array with all groups. My Code looks like: $options = array( 'select' => 'all', 'rekey' => true, 'filters' => array(), 'subgroups' => 'hierarchy' ); $gg = $admin->perm->getGroups($options); var_dump($gg); Perhaps anyone have an idea which could help me. Thank You, Jens