You are here

function biblio_entity_presave in Bibliography Module 7.2

Implements hook_entity_presave().

File

./biblio.module, line 3788

Code

function biblio_entity_presave($entity, $type) {
  _biblio_truncate_long_fields($entity, $type);
}