Ignore:
Timestamp:
05/27/11 15:02:52 (13 years ago)
Author:
airton
Message:

Ticket #1934 - Parametrização das buscas LDAP no Contactcenter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/contactcenter/inc/class.bo_ldap_manager.inc.php

    r4500 r4538  
    5757                                                'branch' => $ou, //strtolower('ou'), 
    5858                                                'montaDN'=> $subLevels, //$data['cc_ldap_subLevels'], 
    59                                                 'visible'=> $data['cc_ldap_query_automatic'] 
     59                                                'visible'=> $data['cc_ldap_query_automatic'], 
     60                                                'max_results' => $data['cc_ldap_max_results'] 
    6061                                        ) 
    6162                                ); 
     
    9394                /* 
    9495                * @function get_external_ldap_sources 
    95                 * @author Mï¿œrio Cï¿œsar Kolling <mario.kolling@serpro.gov.br> 
     96                * @author Mário César Kolling <mario.kolling@serpro.gov.br> 
    9697                * @abstract returns an array with the external sources 
    9798                * @return (array) the external sources 
Note: See TracChangeset for help on using the changeset viewer.