function tripal_project_cleanup

1.x tripal_project.admin.inc tripal_project_cleanup($dummy = NULL, $job_id = NULL)

Remove orphaned drupal nodes

Parameters

$dummy: Not Used -kept for backwards compatibility

$job_id: The id of the tripal job executing this function

Related topics

1 string reference to 'tripal_project_cleanup'

File

tripal_project/includes/tripal_project.admin.inc, line 348
@todo Add file header description

Code

function tripal_project_cleanup($dummy = NULL, $job_id = NULL) {

  return tripal_core_clean_orphaned_nodes('project', $job_id);
}