Skip to content

Commit

Permalink
Merge pull request #1506 from tripal/tv4g0_issue1505_get_organism_select
Browse files Browse the repository at this point in the history
Remove default select from chado_get_organism_select_options()
  • Loading branch information
spficklin committed May 8, 2023
2 parents cd6c733 + 5c15096 commit 7f45866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tripal_chado/src/api/tripal_chado.organism.api.inc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ function chado_get_organism_scientific_name($organism) {
*/
function chado_get_organism_select_options($published_only = FALSE, $show_common_name = FALSE) {
$org_list = [];
$org_list[] = 'Select an organism';

if ($published_only) {
throw new \Exception(t('Passing TRUE for the :param parameter is not yet implemented for :func',
Expand Down

0 comments on commit 7f45866

Please sign in to comment.