You are here

function biblio_update_7011 in Bibliography Module 7

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

Add a body field instance.

File

./biblio.install, line 2181

Code

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