function tripal_library_cleanup

1.x tripal_library.admin.inc tripal_library_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_library_cleanup'

File

tripal_library/includes/tripal_library.admin.inc, line 578

Code

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

  return tripal_core_clean_orphaned_nodes('library', $job_id);

}