Changeset 5513
- Timestamp:
- 02/14/12 15:34:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/inc/class.ldap_functions.inc.php
r5509 r5513 443 443 } 444 444 $filter = $ldapService->getSearchFilter($params['search_for'], $types); 445 // Retirei o this->max_result s, que limitava a busca. Agora ta retornando tudo amigo.446 $sr=@ldap_search($this->ds, $this->ldap_context, $filter, $justthese, 0 );445 // Retirei o this->max_result, que limitava a busca. Agora ta retornando tudo amigo. 446 $sr=@ldap_search($this->ds, $this->ldap_context, $filter, $justthese, 0, $this->max_result); 447 447 448 448 if(!$sr)
Note: See TracChangeset
for help on using the changeset viewer.