Ignore:
Timestamp:
07/02/12 16:55:44 (12 years ago)
Author:
cristiano
Message:

Ticket #2665 - Erro ao criar setor no Expresso Admin - erros de coficação

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.functions.inc.php

    r6553 r6697  
    538538  
    539539                reset ( $array_dn );  
    540                 $display .= ' ' . (current ( $array_dn ) );  
     540                $display .= ' ' . urldecode( str_replace('\\', '%', current ( $array_dn )));  
    541541                                  
    542542                                $info_retorno['display'] = $display;  
Note: See TracChangeset for help on using the changeset viewer.