Skip to content

Commit

Permalink
Merge pull request #1363 from tripal/1362-tv3-php8-chado-bulk-importer
Browse files Browse the repository at this point in the history
Issue 1362 PHP8 error fixed
  • Loading branch information
dsenalik committed Dec 12, 2022
2 parents cd77520 + 38c1172 commit 6c1c3ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tripal_bulk_loader/includes/tripal_bulk_loader.loader.inc
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,8 @@ function tripal_bulk_loader_load_data($nid, $job_id) {

// Start Transaction
$savepoint = '';
$transactions = FALSE;
$new_transaction_per_row = FALSE;
switch (variable_get('tripal_bulk_loader_transactions', 'row')) {
case "none":
break;
Expand Down

0 comments on commit 6c1c3ee

Please sign in to comment.