Changeset 3825 for branches/2.2/mobile


Ignore:
Timestamp:
02/25/11 15:32:52 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1621 - Erro na visualização dos contatos telefone e email não listados

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/inc/class.ui_mobilecc.inc.php

    r3824 r3825  
    439439                                                                        } 
    440440 
    441                                                                         if ($conn['id_type'] == null){ 
     441                                                                        if (($conn['id_type'] == null) || ($conn['id_type'] == '_NONE_')){ 
    442442                                                                                if ( $conn['type'] == 'email' ){ 
    443443                                                                                        if ( !empty($var_email) ) 
     
    537537                                                                                } 
    538538 
    539                                                                                 if ($conn['id_type'] == null){ 
     539                                                                                if (($conn['id_type'] == null) || ($conn['id_type'] == '_NONE_')){ 
    540540                                                                                        if ( $conn['type'] == 'email' ){ 
    541541                                                                                                if ( !empty($var_email) ) 
Note: See TracChangeset for help on using the changeset viewer.