function tripal_organism_cron

1.x tripal_organism.module tripal_organism_cron()

Related topics

File

tripal_organism/tripal_organism.module, line 237
tripal_organism Organism Module

Code

function tripal_organism_cron() {
  // we want to make sure that any new organisms or features that were
  // added to the database external to drupal automatically get new
  // nodes created for themselves in drupal.
  //   tripal_organism_sync_organisms();
}