Skip to content

Commit

Permalink
Merge pull request #1223 from tripal/1214-tv3-synonym_missing
Browse files Browse the repository at this point in the history
Missing Synonyms
  • Loading branch information
spficklin committed Aug 2, 2021
2 parents b875407 + 6e9e79c commit 483b9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tripal_chado/includes/tripal_chado.fields.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ function tripal_chado_bundle_instances_info_linker(&$info, $entity_type, $bundle
],
];
}
return;

// SYNONYMS
$syn_table = $table_name . '_synonym';
if (chado_table_exists($syn_table)) {
Expand Down

0 comments on commit 483b9f3

Please sign in to comment.