Просмотр исходного кода

Fixed a small bulk loader bug -forgot a closing )

Lacey Sanderson 13 лет назад
Родитель
Сommit
967cc3e6bf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tripal_bulk_loader/tripal_bulk_loader.loader.inc

+ 1 - 1
tripal_bulk_loader/tripal_bulk_loader.loader.inc

@@ -18,7 +18,7 @@ function tripal_bulk_loader_add_loader_job_form($form_state, $node) {
   if ($node->job_status == 'Loading...') {
   if ($node->job_status == 'Loading...') {
     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.
       Although records may have already been inserted, they won't be available until the
       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');
+      current constant set is full loaded and no errors are encountered.", array()), 'warning');
   }
   }
 
 
   $form['nid'] = array(
   $form['nid'] = array(