X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffound.mc;h=443181e62818b6214cb49b64a8a317c069f7a9ca;hp=0f441969a6ed69f9571f2e181802ecd65ad54da1;hb=972eca24396c60c078b458c6873b757780482227;hpb=827adcda84a1bd9f6f228a942cff6b3895bd20cf diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index 0f44196..443181e 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -54,7 +54,8 @@ if ($sort) { my $tried_to_open = 0; if (!defined $conn) { OPEN: - $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1"); + my $db = ZOOM::IRSpy::connect_to_registry(); + $conn = new ZOOM::Connection($db); $conn->option(elementSetName => "zeerex"); $conn->option(count => 20); }