[dev] LDAP groups typo
Ben Chavet
ben at horde.org
Wed Jun 8 20:10:10 PDT 2005
Quoting Kevin Myer <kevin_myer at iu13.org>:
> Index: ldap.php
> ===================================================================
> RCS file: /repository/framework/Group/Group/ldap.php,v
> retrieving revision 1.1
> diff -u -r1.1 ldap.php
> --- ldap.php 8 Jun 2005 04:07:20 -0000 1.1
> +++ ldap.php 8 Jun 2005 23:14:07 -0000
> @@ -478,7 +478,7 @@
>
> $users = array();
> for ($i = 0; $i < $result['count']; $i++) {
> - for ($j = 0; $j < $result[$i]['memberuid']['count']) {
> + for ($j = 0; $j < $result[$i]['memberuid']['count']; $j++) {
> $users[] = $result[$i]['memberuid'][$j];
> }
> }
>
> That lets me get a little further...
>
> Kevin
>
> --
> Kevin M. Myer
> Senior Systems Administrator
> Lancaster-Lebanon Intermediate Unit 13 http://www.iu13.org
>
>
It sure does! Committed, thanks!
--Ben
More information about the dev
mailing list