X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffull.mc;h=baec2605480dd143c5027c5fee75f8bcfc706c28;hp=4157b1f4d7263b1ae433742f0062146e89a6be3c;hb=0ab30e7e20933507512444aed53bcb4ba84003b1;hpb=bbfd131d8f1de160bd3b1f4731eed59222f13d65 diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index 4157b1f..baec260 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -3,7 +3,8 @@ $id <%perl> -my $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1"); +my $db = ZOOM::IRSpy::connect_to_registry(); +my $conn = new ZOOM::Connection($db); $conn->option(elementSetName => "zeerex"); my $query = cql_target($id); my $rs = $conn->search(new ZOOM::Query::CQL($query)); @@ -97,7 +98,7 @@ if ($n == 0) { sub calc_reliability_wrapper { my($id, $xc) = @_; - return calc_reliability($xc); + return calc_reliability_string($xc); } sub calc_init_options {