function text_filter_format_update

Implements hook_filter_format_update().

File

drupal/modules/field/modules/text/text.module, line 604
Defines simple text field types.

Code

function text_filter_format_update($format) {
  field_cache_clear();
}