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

Ticket #1589 - Erro na listagem 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

    r3823 r3824  
    304304                                    $tel = $conn['connection_value']; 
    305305                                                                 
    306                                                                 if ($conn['id_type'] == null){ 
     306                                                                if (($conn['id_type'] == null) || ($conn['id_type'] == '_NONE_')){ 
    307307                                                                        if ( ($conn['type'] == 'email') ) 
    308308                                        $mail = $conn['connection_value']; 
Note: See TracChangeset for help on using the changeset viewer.