Changeset 3134 for branches/2.0


Ignore:
Timestamp:
08/04/10 15:23:40 (14 years ago)
Author:
niltonneto
Message:

Ticket #1115 - Corrigido problema de pesquisa sem resultado encontrado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/contactcenter/inc/class.bo_global_ldap_catalog.inc.php

    r1419 r3134  
    166166                         
    167167                        $result_u = ldap_get_entries($ldap, $result_r); 
     168                        // No entries found. 
     169                        if(!$result_u) 
     170                                return true; 
    168171                         
    169172                        $i = 0; 
Note: See TracChangeset for help on using the changeset viewer.