Ignore:
Timestamp:
05/25/11 16:25:53 (13 years ago)
Author:
wmerlotto
Message:

Ticket #1935 - Correcao na importacao de contatos de arquivos CSV do contactcenter

File:
1 edited

Legend:

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

    r4502 r4510  
    4242                } 
    4343                 
    44                 function verify_contact($email){ 
     44                function verify_contact($email, $name, $phone){ 
    4545                 
    46                         $result = $this-> so -> verifyContact($email); 
     46                        $result = $this-> so -> verifyContact($email, $name, $phone); 
    4747                        return $result; 
    4848                } 
Note: See TracChangeset for help on using the changeset viewer.