X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Ffull.mc;h=13865ed1c1d7f06728e85c49ffd3f01ab6654cea;hp=36b7232457a133147dbd967fe1cb65b620f52564;hb=415df9f44a98f5b2306df082f4982e967bcaed06;hpb=e87a562b2033a7ab28c31b7c9f6dea891f775189 diff --git a/web/htdocs/details/full.mc b/web/htdocs/details/full.mc index 36b7232..13865ed 100644 --- a/web/htdocs/details/full.mc +++ b/web/htdocs/details/full.mc @@ -1,4 +1,4 @@ -%# $Id: full.mc,v 1.16 2006-11-16 11:48:49 mike Exp $ +%# $Id: full.mc,v 1.17 2006-11-16 17:12:30 mike Exp $ <%args> $id @@ -14,8 +14,7 @@ if ($n == 0) { $m->comp("/details/error.mc", title => "Error", message => "No such ID '$id'"); } else { - my $rec = $rs->record(0); - my $xc = irspy_xpath_context($rec); + my $xc = irspy_xpath_context($rs->record(0)); my @fields = ( [ "Last Checked" => "i:status/i:probe[last()]" ], [ Protocol => "e:serverInfo/\@protocol" ],