X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffound.mc;h=f7f8799447713ec21aa96573d4686287abc55f94;hp=eb9fe8f28a91c7848a2217b68f29fa427b92bb99;hb=73d42e40d6ca0dcb11a4c513c340d5158268ed07;hpb=d415aaf46290f581e1fc4960acf14ac1704a5227 diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index eb9fe8f..f7f8799 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -1,4 +1,4 @@ -%# $Id: found.mc,v 1.6 2006-09-20 11:25:42 mike Exp $ +%# $Id: found.mc,v 1.7 2006-09-20 13:19:53 mike Exp $ <%once> use XML::LibXML; use XML::LibXML::XPathContext; @@ -30,7 +30,7 @@ if ($sort) { ### We can think about keeping the Connection object open to re-use # for multiple requests, but that may not get us much. Same applies # for the XML parser. -my $conn = new ZOOM::Connection("localhost:1313/IR-Explain---1"); +my $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1"); $conn->option(elementSetName => "zeerex"); my $parser = new XML::LibXML();