Changeset 4471


Ignore:
Timestamp:
05/20/11 11:19:11 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1882 - Contatos Não são Associados a um Grupo no Momento da Importação.

Location:
branches/2.2.0.1/contactcenter/inc
Files:
2 edited

Legend:

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

    r4255 r4471  
    7171                 
    7272                */ 
    73                 function find($what, $rules, $other, $area=false, $area=false, $recursive=false) 
     73                function find($what, $rules, $other, $area=false, $recursive=false) 
    7474                { 
    7575                        if ($ldap_info = $this->catalog['ldap']) 
  • branches/2.2.0.1/contactcenter/inc/class.ui_data.inc.php

    r4264 r4471  
    40354035                //sobrenome, notas e e-mail; 
    40364036                //em 19/06/2009 - Rommel Cysne (rommel.cysne@serpro.gov.br); 
    4037                 function import_contacts($typeImport){ 
     4037                function import_contacts($typeImport, $id_group=false){ 
    40384038                        $this->so_group = CreateObject('contactcenter.so_group'); 
    40394039                        if($file = $_SESSION['contactcenter']['importCSV']) { 
Note: See TracChangeset for help on using the changeset viewer.