Ignore:
Timestamp:
05/27/10 07:35:07 (14 years ago)
Author:
emmanuel.ferro
Message:

Ticket #986 - [SERPRO] Correcao de erro na busca pelo arquivo attributeLdap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/jabberit_messenger/trophy_expresso/inc/class.LdapIM.inc.php

    r2709 r2867  
    4444                $this->max_result = 20; 
    4545                 
    46                 if ( file_exists('inc/attributeLdap.php') ) 
     46                if ( file_exists('attributeLdap.php') ) 
    4747                { 
    4848                        require_once('attributeLdap.php'); 
     
    263263                } 
    264264 
    265                 // Retiro o count do array info e inverto o array para ordenação. 
     265                // Retiro o count do array info e inverto o array para ordenaᅵᅵo. 
    266266                foreach ($a_sectors as $context) 
    267267                { 
     
    272272                } 
    273273                 
    274                 // Ordenação 
     274                // Ordenaᅵᅵo 
    275275                natcasesort($inverted_dn); 
    276276 
Note: See TracChangeset for help on using the changeset viewer.