function tripal_project_update_6000

1.x tripal_project.install tripal_project_update_6000()

Update for Drupal 6.x, Tripal 1.0 This update

  • adds the library types

Related topics

File

tripal_project/tripal_project.install, line 90
This file contains all the functions which describe and implement drupal database tables needed by this module. This module was developed by Chad N.A. Krilow and Lacey-Anne Sanderson, University of Saskatchewan.

Code

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