function tripal_natural_diversity_update_6100
1.x tripal_natural_diversity.install | tripal_natural_diversity_update_6100() |
Update for Drupal 6.x, Tripal 1.1, Natural Diversity Module 1.1 This update adds new cvterms for experiment types
File
- tripal_natural_diversity/
tripal_natural_diversity.install, line 25 - Implements hooks from the Schema API
Code
function tripal_natural_diversity_update_6100() {
// add cvterms
tripal_natural_diversity_add_cvterms();
$ret = array(
'#finished' => 1,
);
return $ret;
}