Browse Source

change typo fix to match past behavior

dsenalik 4 years ago
parent
commit
b2e029505d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado/includes/loaders/tripal_chado.pub_importers.inc

+ 1 - 1
tripal_chado/includes/loaders/tripal_chado.pub_importers.inc

@@ -1004,7 +1004,7 @@ function tripal_pub_add_publications($pubs, $do_contact, $update = FALSE, $job =
   // the terminal
   $message_type = 'pub_import';
   $message_opts = [
-    'watchdog' => TRUE,
+    'watchdog' => FALSE,
     'job' => $job,
     'print' => TRUE,
   ];