Ignore:
Timestamp:
05/25/11 10:47:52 (13 years ago)
Author:
airton
Message:

Ticket #1926 - Permitir configurar mais atributos cadastrados de um contato para exibição

File:
1 edited

Legend:

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

    r4352 r4500  
    193193                /* 
    194194                 * @function get_external_ldap_fields_association 
    195                  * @author Mï¿œrio Cï¿œsar Kolling <mario.kolling@serpro.gov.br> 
     195                 * @author Mário César Kolling <mario.kolling@serpro.gov.br> 
    196196                 * @abstract get the fields association for an external ldap_source 
    197197                 * @return an array with attribute mappings 
     
    206206                /* 
    207207                 * @function test_connection 
    208                  * @author Mï¿œrio Cï¿œsar Kolling <mario.kolling@serpro.gov.br> 
     208                 * @author Mário César Kolling <mario.kolling@serpro.gov.br> 
    209209                 * @abstract Test if we can bind to a ldap server in a reasonable time 
    210210                 * @param (string) $host ldap server's hostname 
     
    291291                        @function get_external_ldap_tree 
    292292                        @abstract Returns the LDAP external tree corresponding to the specified level 
    293                         @author Mï¿œrio Cï¿œsar Kolling <mario.kolling@serpro.gov.br> 
     293                        @author Mário César Kolling <mario.kolling@serpro.gov.br> 
    294294                        @param (integer) $id_source The ID of the external LDAP source 
    295295                        @param (string)  $context The context to be used as root branch 
     
    458458                { 
    459459                        /* 
    460                          * Esta operaᅵᅵo resolve o problema causado pela conversï¿œo de caracteres acentuados realizada 
    461                          * pela funᅵᅵo ldap_explode_dn(). 
     460                         * Esta operação resolve o problema causado pela conversão de caracteres acentuados realizada 
     461                         * pela função ldap_explode_dn(). 
    462462                         */ 
    463463 
     
    539539                                list($group) = explode('=',$dn_parts_full[0]); 
    540540 
    541                                 //Faz a comparaᅵᅵo do branch como case insensitive 
     541                                //Faz a comparação do branch como case insensitive 
    542542                                if (strtolower($group) == strtolower($branch_dn) or $branch_dn === 'all') 
    543543                                { 
Note: See TracChangeset for help on using the changeset viewer.