X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffound.mc;fp=web%2Fhtdocs%2Fdetails%2Ffound.mc;h=e39a03a25d0dece699414014324795e696584632;hp=040318e820633787812e26d7a0e79e0bde6d6a19;hb=7e30dd5f86e43b3e2f19b33d713d413168c7fd6b;hpb=81fe9ef8f5939a0517f16d1123d44085586088a2 diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index 040318e..e39a03a 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -1,4 +1,4 @@ -%# $Id: found.mc,v 1.28 2007-04-26 13:57:17 mike Exp $ +%# $Id: found.mc,v 1.29 2007-04-27 14:04:40 mike Exp $ <%once> sub print_navlink { my($params, $cond, $caption, $skip) = @_; @@ -132,9 +132,7 @@ my $reliability = calc_reliability($xc); my $host = $xc->find("e:serverInfo/e:host"); my $port = $xc->find("e:serverInfo/e:port"); my $db = $xc->find("e:serverInfo/e:database"); -my $id = $xc->find("concat(e:serverInfo/e:host, ':', - e:serverInfo/e:port, '/', - e:serverInfo/e:database)"); +my $id = irspy_record2identifier($xc); push @ids, $id;