Ignore:
Timestamp:
06/11/11 16:42:10 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2006 - Incluir Contato Compartilhado duplicado

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/contactcenter/inc/class.bo_group.inc.php

    r1280 r4599  
    4747                        return $result; 
    4848                } 
     49 
     50                function verify_shared_contact($owner,$email){ 
     51 
     52                        $result = $this-> so -> verifySharedContact($owner,$email); 
     53                        return $result; 
     54                } 
    4955                 
    5056                function get_contacts_by_group($id){ 
Note: See TracChangeset for help on using the changeset viewer.