Ignore:
Timestamp:
05/23/11 10:46:23 (13 years ago)
Author:
airton
Message:

Ticket #1913 - Copia de um contato do Catalogo Global para o pessoal contem erros de codificacao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/contactcenter/inc/class.ui_data.inc.php

    r4477 r4483  
    36063606                        for($z = 0; $z < 5; $z++) { 
    36073607                                $participant = $info[0][$justThese[$z]]; 
     3608                                $participant[0] = utf8_decode($participant[0]); 
    36083609                                array_push($array_participants, $participant); 
    36093610                        } 
Note: See TracChangeset for help on using the changeset viewer.