Changeset 4206 for branches/2.2


Ignore:
Timestamp:
05/04/11 11:52:20 (13 years ago)
Author:
niltonneto
Message:

Ticket #1819 - Corrigido problema na busca na raiz do catálogo geral.

File:
1 edited

Legend:

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

    r3211 r4206  
    7171                 
    7272                */ 
    73                 function find($what, $rules, $other, $recursive=false) 
     73                function find($what, $rules, $other, $area=false, $recursive=false) 
    7474                { 
    7575                        if ($ldap_info = $this->catalog['ldap']) 
    7676                        { 
    7777                                $meta_catalog =& CreateObject('contactcenter.bo_global_ldap_catalog',$ldap_info['id_source'], $ldap_info['context'], $this->external); 
    78                                 return $meta_catalog->find($what, $rules, $other, false, $recursive); 
     78                                return $meta_catalog->find($what, $rules, $other, $area, $recursive); 
    7979                        } 
    8080                         
Note: See TracChangeset for help on using the changeset viewer.