You are here

function biblio_update_7012 in Bibliography Module 7

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

Update biblio_field_type table.

File

./biblio.install, line 2189

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();
}