Explorar o código

Changed bulk loader warning for constant sets to not use the number of records inserted since that is not working properly.

Lacey Sanderson %!s(int64=12) %!d(string=hai) anos
pai
achega
ff1e53be35
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      tripal_bulk_loader/tripal_bulk_loader.loader.inc

+ 0 - 1
tripal_bulk_loader/tripal_bulk_loader.loader.inc

@@ -16,7 +16,6 @@ function tripal_bulk_loader_add_loader_job_form($form_state, $node) {
 
   // --notify--
   if ($node->job_status == 'Loading...') {
-    $progress = tripal_bulk_loader_progess_file_get_progress($node->job_id);
     drupal_set_message(t("The Loading Summary only updates at the end of each constant set.
       Although records may have already been inserted, they won't be available until the
       current constant set is full loaded and no errors are encountered.", array(), 'warning');