You are here

function content_field_update in Content Construction Kit (CCK) 5

Update an existing field.

Parameters

$properties: An array of properties to set in the field. Valid keys:

  • '' -

Return value

The number of fields updated.

File

./content_crud.inc, line 238
Create/Read/Update/Delete functions for CCK-defined object types.

Code

function content_field_update($properties) {

  // TODO
}