Ignore:
Timestamp:
03/16/09 11:09:48 (15 years ago)
Author:
niltonneto
Message:

Resolve #450.

File:
1 edited

Legend:

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

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