Ignore:
Timestamp:
10/15/13 17:09:36 (10 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/expressoAdmin1_2/inc/class.ldap_functions.inc.php

    r8237 r8238  
    26372637        function search_user($params) 
    26382638                { 
     2639                         $params['context'] = isset($params['context']) ? $params['context'] : null; 
    26392640             $ldapService = ServiceLocator::getService('ldap'); 
    26402641             $entries = $ldapService->accountSearch($params['search'], array('cn','uid', "mail"), $params['context'], 'u', 'cn'); 
Note: See TracChangeset for help on using the changeset viewer.