add comment to clearify when a skip in the foreach happens

remotes/origin/ldap_group_count
Arthur Schiwon 12 years ago
parent 4230983e69
commit dbebf6bb5e
  1. 1
      apps/user_ldap/lib/wizard.php

@ -895,6 +895,7 @@ class Wizard extends LDAPUtility {
}
foreach($filters as $filter) {
if($lfw && $lastFilter === $filter && count($foundItems) > 0) {
//skip when the filter is a wildcard and results were found
continue;
}
$rr = $this->ldap->search($cr, $base, $filter, array($attr));

Loading…
Cancel
Save