Ignore:
Timestamp:
08/05/09 18:20:55 (15 years ago)
Author:
eduardoalex
Message:

Ticket #453 - Edição de grupos compartilhados.

File:
1 edited

Legend:

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

    r702 r1280  
    3636                } 
    3737                 
    38                 function get_all_contacts($field = false){ 
     38                function get_all_contacts($field = false,$owner=null){ 
    3939                 
    40                         $result = $this-> so -> selectAllContacts($field); 
     40                        $result = $this-> so -> selectAllContacts($field,$owner); 
    4141                        return $result; 
    4242                } 
Note: See TracChangeset for help on using the changeset viewer.