소스 검색

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

Lacey Sanderson 12 년 전
부모
커밋
e6367b41ea
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tripal_bulk_loader/tripal_bulk_loader.loader.inc

+ 2 - 2
tripal_bulk_loader/tripal_bulk_loader.loader.inc

@@ -18,8 +18,8 @@ function tripal_bulk_loader_add_loader_job_form($form_state, $node) {
   if ($node->job_status == 'Loading...') {
   if ($node->job_status == 'Loading...') {
     $progress = tripal_bulk_loader_progess_file_get_progress($node->job_id);
     $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.
     drupal_set_message(t("The Loading Summary only updates at the end of each constant set.
-      %num records have already been inserted; however, they won't be available until the
-      current constant set is full loaded and no errors are encountered.", array('%num' => $progress->num_records)), 'warning');
+      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');
   }
   }
 
 
   $form['nid'] = array(
   $form['nid'] = array(