function tripal_library_update_6000

1.x tripal_library.install tripal_library_update_6000()

Update for Drupal 6.x, Tripal 1.0 This update

  • adds the library types

Related topics

File

tripal_library/tripal_library.install, line 175
@todo Add file header description

Code

function tripal_library_update_6000() {
  // add in the missing library typ cv terms
  tripal_library_add_cvterms();
  return $ret;
}