Changeset 5232


Ignore:
Timestamp:
12/08/11 08:23:45 (12 years ago)
Author:
gustavo
Message:

Ticket #2368 - Corrigir resultado de pesquisa via F9 alguns resultados estão fora de padrão

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/class.db.php

    r5172 r5232  
    213213                                } 
    214214 
    215                                 $all_contacts[ $object[ 'id_contact' ] ][ 'cn' ] = $object[ 'names_ordered' ]; 
     215                                $all_contacts[ $object[ 'id_contact' ] ][ 'cn' ] = utf8_encode($object[ 'names_ordered' ]); 
    216216                                $all_contacts[ $object[ 'id_contact' ] ][ 'id_contact' ]    = $object[ 'id_contact' ]; 
    217217                                $all_contacts[ $object[ 'id_contact' ] ][ 'id_connection' ] = $object[ 'id_connection' ]; 
Note: See TracChangeset for help on using the changeset viewer.