Ignore:
Timestamp:
09/02/10 14:54:07 (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.2/contactcenter/inc/class.bo_contactcenter.inc.php

    r1598 r3211  
    206206                                 
    207207                */ 
    208                 function find($what, $rules=false, $other=false, $area=false) 
    209                 { 
    210                         return $this->catalog->find($what, $rules, $other, $area); 
     208                function find($what, $rules=false, $other=false, $area=false, $recursive=false) 
     209                { 
     210                        return $this->catalog->find($what, $rules, $other, $area, $recursive); 
    211211                } 
    212212                 
Note: See TracChangeset for help on using the changeset viewer.