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

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

File:
1 edited

Legend:

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

    r1598 r3135  
    193193                         
    194194                        $result_u = ldap_get_entries($ldap, $result_r); 
     195                        //      No entries found. 
     196                        if(!$result_u) 
     197                                return true; 
    195198                         
    196199                        $i = 0; 
Note: See TracChangeset for help on using the changeset viewer.