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_people_catalog.inc.php

    r4498 r4502  
    18901890                                 
    18911891                        } 
    1892  
     1892                        $groups = CreateObject('contactcenter.so_group'); 
     1893                         
    18931894                        foreach ($connections as $id => $type) 
    18941895                        { 
     
    18971898                                        return false; 
    18981899                                } 
    1899                                  
     1900                                $groups->deleteContactFromGroups($id); 
    19001901                                if (!($connection->remove())) 
    19011902                                { 
Note: See TracChangeset for help on using the changeset viewer.