You are here

function biblio_update_7012 in Bibliography Module 7.2

Same name and namespace in other branches
  1. 7 biblio.install \biblio_update_7012()

Update biblio_field_type table

File

./biblio.install, line 1799

Code

function biblio_update_7012() {

  // there was a problem with update 7006 and it might no have done anything so lets try again.
  biblio_update_7006();
}