Changeset 2305


Ignore:
Timestamp:
03/19/10 12:18:10 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #896 - Tratamento do cadastro completo de contatos para nao gerar caracteres especiais

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/contactcenter/inc/class.ui_data.inc.php

    r1690 r2305  
    20862086                                        case 'department': 
    20872087                                        case 'web_page': 
     2088                                        case 'pgp_key': 
     2089 
     2090                                                /* Do Nothing. This is just to make sure no invalid field is passed */ 
     2091                                                break; 
     2092 
    20882093                                        case 'alias': 
    20892094                                        case 'given_names': 
    20902095                                        case 'family_names': 
    20912096                                        case 'names_ordered': 
    2092                                         case 'pgp_key': 
    20932097                                        case 'notes': 
    20942098                                                /* Do Nothing. This is just to make sure no invalid field is passed */ 
     2099                                                $data[$field] = rawurldecode($data[$field]); 
    20952100                                                break; 
    20962101 
Note: See TracChangeset for help on using the changeset viewer.