Prechádzať zdrojové kódy

Merge branch '7.x-3.x' of github.com:tripal/tripal into 7.x-3.x

Stephen Ficklin 7 rokov pred
rodič
commit
a9ffd16b0b

+ 2 - 2
tripal_chado/includes/tripal_chado.migrate.inc

@@ -744,7 +744,7 @@ function tripal_chado_delete_selected_types($tv2_content_types = array()) {
   foreach ($tv2_content_types AS $type) {
     $sql = "DELETE FROM $type";
     db_query($sql);
-    chado_cleanup_orphaned_nodes(str_replace('chado_', '', $type));
+    chado_cleanup_orphaned_nodes(str_replace('chado_', '', $type), $job_id);
   }
 }
 
@@ -1201,4 +1201,4 @@ function tripal_chado_migrate_resource_links($bundle_name) {
       }
     }
   }
-}
+}