Ignore:
Timestamp:
11/06/09 09:50:22 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #704 - Incluido outro campo para busca utilizando atributo do LDAP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/class.bo_contactcenter.inc.php

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