You are here

function biblio_batch_delete_field_finished in Bibliography Module 7.2

File

includes/biblio.fields.inc, line 270

Code

function biblio_batch_delete_field_finished($success, $results, $operations, $timer) {
  drupal_set_message('Total completion time: ' . $timer);
}