Ignore:
Timestamp:
06/09/10 11:48:40 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #986 - Correcao para o caminho do arquivo attributeLdap, verificando assim a existencia desse arquivo.

File:
1 edited

Legend:

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

    r2867 r2912  
    4444                $this->max_result = 20; 
    4545                 
    46                 if ( file_exists('attributeLdap.php') ) 
     46                if ( file_exists('inc/attributeLdap.php') ) 
    4747                { 
    4848                        require_once('attributeLdap.php'); 
Note: See TracChangeset for help on using the changeset viewer.