Ignore:
Timestamp:
11/03/11 11:17:35 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo contactcenter.

File:
1 edited

Legend:

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

    r4754 r5131  
    4242                } 
    4343                 
    44                 function verify_contact($email, $name, $phone){ 
    45                  
    46                         $result = $this-> so -> verifyContact($email, $name, $phone); 
    47                         return $result; 
    48                 } 
    49  
    5044                function verify_shared_contact($owner,$email){ 
    5145 
     
    5852                        $result = $this-> so -> selectContactsByGroup($id); 
    5953                        return $result; 
     54                } 
     55                 
     56                function verify_contact($email, $name, $phone){                           
     57            $result = $this->so->verifyContact($email, $name, $phone);  
     58            return $result;  
    6059                } 
    6160                 
Note: See TracChangeset for help on using the changeset viewer.