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=0f441969a6ed69f9571f2e181802ecd65ad54da1;hp=83801712b4d61e88fe449d553e7b0391b347e3ea;hb=15207647aa476550214576f17062da61e250cf44;hpb=847531a8ed9aff2c7d50e17aa08c9f24fc28a265 diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index 8380171..0f44196 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -115,7 +115,7 @@ print_navlink(\%params, $last < $n, "Next", $skip+$count); <%perl> my $xc = irspy_xpath_context($rs->record($i-1)); my $title = $xc->find("e:databaseInfo/e:title") || "[UNTITLED]"; -my $reliability = calc_reliability($xc); +my $reliability = calc_reliability_string($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");