6 uses of TRIPAL_DEBUG

chado_insert_record in tripal_core/api/tripal_core.chado_query.api.inc
Provides a generic routine for inserting into any Chado table
chado_update_record in tripal_core/api/tripal_core.chado_query.api.inc
Provides a generic routine for updating into any Chado table
tripal_bulk_loader_throw_error in tripal_bulk_loader/includes/tripal_bulk_loader.loader.inc
Used to throw a hopefully human-readable error.
tripal_report_error in tripal_core/api/tripal_core.tripal.api.inc
Provide better error notice for Tripal. If the environment variable 'TRIPAL_DEBUG' is set to 1 then this function will add backtrace information to the message.
tripal_set_message in tripal_core/api/tripal_core.tripal.api.inc
Display messages to tripal administrators.
tripal_views_views_data in tripal_views/tripal_views.views.inc
Implements hook_views_data().