function content_field_instance_update in Content Construction Kit (CCK) 5
Same name and namespace in other branches
- 6.3 includes/content.crud.inc \content_field_instance_update()
- 6 includes/content.crud.inc \content_field_instance_update()
- 6.2 includes/content.crud.inc \content_field_instance_update()
Update an existing field instance.
Parameters
$properties: An array of properties to set in the field instance. Valid keys:
- '' -
Return value
The number of field instance updated.
File
- ./
content_crud.inc, line 300 - Create/Read/Update/Delete functions for CCK-defined object types.
Code
function content_field_instance_update($properties) {
// TODO
}