Changeset 2409


Ignore:
Timestamp:
04/01/10 17:07:37 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1012 - Gravar contatos com apostrofo. Agora na adicao completa tambem.

File:
1 edited

Legend:

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

    r2389 r2409  
    20972097                                        case 'notes': 
    20982098                                                /* Do Nothing. This is just to make sure no invalid field is passed */ 
    2099                                                 $data[$field] = rawurldecode($data[$field]); 
     2099                                                $data[$field] = addslashes(rawurldecode($data[$field])); 
    21002100                                                break; 
    21012101 
Note: See TracChangeset for help on using the changeset viewer.