X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffound.mc;h=3247f23d8d2ff56a3af026218bf68ac049d1e542;hp=da9cc2bd86201ee706981dd5681318ac52ebf391;hb=5dd9c46e9bd2d6bd99a0d2aa728ed5430aeec3e8;hpb=c368442aa9b1f89eb77256f8b413f0e026963320 diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index da9cc2b..3247f23 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -1,4 +1,4 @@ -%# $Id: found.mc,v 1.24 2006-12-15 18:07:40 mike Exp $ +%# $Id: found.mc,v 1.25 2007-01-24 09:28:02 mike Exp $ <%once> sub print_navlink { my($params, $cond, $caption, $skip) = @_; @@ -69,7 +69,7 @@ if ($sort) { my $tried_to_open = 0; if (!defined $conn) { OPEN: - $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1"); + $conn = new ZOOM::Connection("localhost:8018/IR-Explain---1"); $conn->option(elementSetName => "zeerex"); }