Explorar el Código

change typo fix to match past behavior

dsenalik hace 4 años
padre
commit
b2e029505d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
   ];