function tripal_execute_active_pub_importers

2.x tripal_pub.pub_importers.inc tripal_execute_active_pub_importers($report_email = FALSE, $do_update = FALSE)
3.x tripal_chado.module.DEPRECATED.api.inc tripal_execute_active_pub_importers($report_email = false, $do_update = false)

Imports all publications for all active import setups.

Parameters

$report_email: A list of email address, separated by commas, that should be notified once importing has completed.

$do_update: If set to TRUE then publications that already exist in the Chado database will be updated, whereas if FALSE only new publications will be added.

1 call to tripal_execute_active_pub_importers()
1 string reference to 'tripal_execute_active_pub_importers'

File

tripal_chado/api/modules/tripal_chado.module.DEPRECATED.api.inc, line 1367
These api functions are deprecated, if your site is currently using them please update your code with the newer tripal_chado functions.

Code

function tripal_execute_active_pub_importers($report_email = false, $do_update = false) {
  chado_execute_active_pub_importers($report_email, $do_update);
}