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

declare array

parent b74600c4
No related branches found
No related tags found
1 merge request!1Merge upstream
......@@ -148,6 +148,7 @@
<?php if (getenv('ENABLE_BLAST')): ?>
<?php
$blast_list = explode("&", getenv('ENABLE_BLAST'));
$blast_urls = array()
foreach ($blast_list as $item)
list($str1,$str2) = explode('=', $item, 2);
$name = "Blast";
......
......@@ -162,6 +162,7 @@ if (isset($node) && $node->type == "chado_feature") {
<?php if (getenv('ENABLE_BLAST')): ?>
<?php
$blast_list = explode("&", getenv('ENABLE_BLAST'));
$blast_urls = array()
foreach ($blast_list as $item)
list($str1,$str2) = explode('=', $item, 2);
$name = "Blast";
......
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