Skip to content
Snippets Groups Projects
Commit 604bc834 authored by Prasad's avatar Prasad
Browse files

Added record parameter for sanitization

parent 92b95874
No related branches found
No related tags found
No related merge requests found
......@@ -1457,8 +1457,9 @@ class Vtiger_Functions {
* @var type
*/
protected static $type = array(
'src_record' => 'id',
'parent_id' => 'id',
'record' => 'id',
'src_record' => 'id',
'parent_id' => 'id',
'_mfrom' => 'email',
'_mto' => 'email',
'sequencesList' => 'idlist',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment