You are here

function biblio_update_7011 in Bibliography Module 7.2

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

Add a body field instance

File

./biblio.install, line 1792

Code

function biblio_update_7011() {
  $content_type = node_type_load('biblio');
  node_add_body_field($content_type, 'Full text');
}