function tripal_contact_cleanup

1.x tripal_contact.admin.inc tripal_contact_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_contact_cleanup'

File

tripal_contact/includes/tripal_contact.admin.inc, line 148

Code

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

  return tripal_core_clean_orphaned_nodes('contact', $job_id);

}