Skip to content

Commit

Permalink
Do not default to cultivated crop.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Sep 11, 2019
1 parent 3c9d9ad commit 886bd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/GermplasmSearch.inc
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class GermplasmSearch extends ChadoCustomSearch {
$search_url = $this::$menu['path'];
$search_q = $q;
$search_q['genus'] = $crop['genus'];
$search_q['species'] = $crop['crop-species'];
//$search_q['species'] = $crop['crop-species'];
$crop_link = l($crop['title'], $search_url, [
'query' => $search_q,
'attributes' => ['class' => [$class]]
Expand Down

0 comments on commit 886bd97

Please sign in to comment.