Skip to content
Snippets Groups Projects
Commit 04feeceb authored by Uma's avatar Uma
Browse files

image field uitype supported in webservices field

parent 6a416196
No related branches found
No related tags found
No related merge requests found
......@@ -225,4 +225,9 @@ if (defined('VTIGER_UPGRADE')) {
}
//4537596 - END
}
//image uitype added for webservice fieldtype
$sql = 'insert into vtiger_ws_fieldtype(uitype,fieldtype) values (?,?)';
$params = array('69', 'image');
$db->pquery($sql, $params);
}
\ No newline at end of file
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