Ignore:
Timestamp:
09/24/13 15:21:28 (11 years ago)
Author:
angelo
Message:

Ticket #3491 - Compatibilizar Expresso com novas versoes do PHP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-evolucao/phpgwapi/inc/class.auth_ldap.inc.php

    r5773 r8221  
    3838                        if(!$ldap = @ldap_connect($GLOBALS['phpgw_info']['server']['ldap_host'])) 
    3939                        { 
    40                                 $GLOBALS['phpgw']->log->message('F-Abort, Failed connecting to LDAP server for authenication, execution stopped'); 
     40                                $GLOBALS['phpgw']->log->message(array( 
     41                                        'text' => 'F-Abort, Failed connecting to LDAP server for authenication, execution stopped', 
     42                                        'line' => __LINE__, 
     43                                        'file' => __FILE__ 
     44                                        )); 
    4145                                $GLOBALS['phpgw']->log->commit(); 
    4246                                return False; 
Note: See TracChangeset for help on using the changeset viewer.