You are here

function biblio_update_1 in Bibliography Module 5

File

./biblio.install, line 374

Code

function biblio_update_1() {
  return _system_update_utf8(array(
    'biblio',
    'biblio_fields',
    'biblio_types',
    'biblio_type_details',
  ));
}