You are here

function biblio_update_6035 in Bibliography Module 6.2

Update ...

This update function ...

Return value

array An array of associaive arrays with 'success' and 'query' keys.

File

./biblio.install, line 2723
Install, update, and uninstall functions for the biblio module.

Code

function biblio_update_6035() {
  $result = _biblio_update_field_link_data(array(
    131,
    136,
  ));
  cache_clear_all();
  return $result;
}