You are here

function biblio_update_7002 in Bibliography Module 7

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

Adds export_map column to biblio_type_maps table.

File

./biblio.install, line 2030

Code

function biblio_update_7002() {
  if (!db_field_exists('biblio_type_maps', 'export_map')) {
    biblio_update_6029();
  }
}