Changeset 5084 for branches


Ignore:
Timestamp:
09/09/11 16:02:53 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2259 - Importar Contatos (Tipo: Expresso)..........

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/contactcenter/inc/class.bo_people_catalog.inc.php

    r3826 r5084  
    10891089                                $this->db->query($sql, __LINE__, __FILE__); 
    10901090                                 
    1091                                 $corporative_state = array('id_state'=>2); 
     1091                                $corporative_state = array('id_state'=>0); 
    10921092                                while($this->db->next_record()) 
    10931093                                { 
     
    11111111                                $this->db->query($sql, __LINE__, __FILE__); 
    11121112                                 
    1113                                 $personal_state = array('id_state'=>2); 
     1113                                $personal_state = array('id_state'=>0); 
    11141114                                while($this->db->next_record()) 
    11151115                                { 
Note: See TracChangeset for help on using the changeset viewer.