Skip to content
Snippets Groups Projects
Commit 0ee60eaf authored by Uma's avatar Uma
Browse files

image field uitype supported in webservices field

parent 04feeceb
No related branches found
No related tags found
1 merge request!613image field uitype supported in webservices field
......@@ -227,7 +227,7 @@ if (defined('VTIGER_UPGRADE')) {
}
//image uitype added for webservice fieldtype
$sql = 'insert into vtiger_ws_fieldtype(uitype,fieldtype) values (?,?)';
$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