Skip to content
Snippets Groups Projects
Commit 3d57f08c authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

fix endif

parent 2e077b3a
No related branches found
No related tags found
1 merge request!1Merge upstream
......@@ -156,9 +156,11 @@
$url = $GLOBALS['base_url'].'/blast';
else
$url = $str1;
endif;
else
$name = $str1;
$url = $str2;
endif;
$blast_urls[$name] = $url;
endforeach;
?>
......
......@@ -170,9 +170,11 @@ if (isset($node) && $node->type == "chado_feature") {
$url = $GLOBALS['base_url'].'/blast';
else
$url = $str1;
endif;
else
$name = $str1;
$url = $str2;
endif;
$blast_urls[$name] = $url;
endforeach;
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment