Ignore:
Timestamp:
09/02/10 11:51:12 (14 years ago)
Author:
niltonneto
Message:

Ticket #1185 - Corrigido erro ao listar OU com muitos objetos dentro do Catálogo Geral.

File:
1 edited

Legend:

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

    r285 r3210  
    7171                 
    7272                */ 
    73                 function find($what, $rules, $other) 
     73                function find($what, $rules, $other, $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); 
     78                                return $meta_catalog->find($what, $rules, $other, $recursive); 
    7979                        } 
    8080                         
     
    9595                                } 
    9696                                 
    97                                 $temp_res = $this->bo_contactcenter->catalog->find($what, $rules, $other); 
     97                                $temp_res = $this->bo_contactcenter->catalog->find($what, $rules, $other, $recursive); 
    9898                                if (is_array($temp_res) and count($temp_res)) 
    9999                                { 
Note: See TracChangeset for help on using the changeset viewer.