From 99544c77ec9d9abe3547d80401f7ebb770869382 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Thu, 5 May 2011 10:45:33 -0700 Subject: [PATCH] Squash a warning in the Cview controller --- lib/SGN/Controller/Cview.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/SGN/Controller/Cview.pm b/lib/SGN/Controller/Cview.pm index f04acf55c..84ec05c3b 100644 --- a/lib/SGN/Controller/Cview.pm +++ b/lib/SGN/Controller/Cview.pm @@ -207,7 +207,8 @@ sub map :Path("/cview/map.pl") :Args(0) { my $chr_link .= "stash->{chr_url}."?map_version_id=".$c->stash->{map_version_id}."&chr_nr=$chr_names[$i]&hilite=".$hilite_encoded."\"> Chromosome $chr_names[$i]"; my $marker_link = join '', - qq||.$marker_info{$c->stash->{map_version_id}."-".$i}."\n"; + qq|' . $marker_info{$c->stash->{map_version_id} . '-' . $i} . "\n"; + push @chr_stats, [ $chr_link, $marker_link, $marker_info{$c->stash->{map_version_id}."-".$i} ]; } -- 2.11.4.GIT