Ignore:
Timestamp:
05/25/11 12:08:00 (13 years ago)
Author:
airton
Message:

Ticket #1928 - Falhas na associação de um contato com um grupo de contato

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/contactcenter/inc/class.bo_group.inc.php

    r4498 r4502  
    127127                        return $this->so->deleteContactsByGroup($id_group, $contacts_conns); 
    128128                } 
     129 
     130                function update_contact_groups($id_defaultconnection, $connections, $groups) 
     131                { 
     132                        return $this->so->updateContactGroups($id_defaultconnection, $connections, $groups); 
     133                } 
    129134                 
    130135        } 
Note: See TracChangeset for help on using the changeset viewer.