From 4b8133a32c00d61f71c96253542d665d74e3e5a2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 3 May 2007 12:42:32 +0000 Subject: [PATCH] Pull in utf8param --- web/htdocs/chrome/layout.mc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index a5b9f08..bff813d 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.31 2007-05-03 09:33:10 mike Exp $ +%# $Id: layout.mc,v 1.32 2007-05-03 12:42:32 mike Exp $ <%args> $debug => undef $title @@ -8,7 +8,7 @@ $component use URI::Escape qw(uri_escape uri_escape_utf8); use ZOOM; use ZOOM::IRSpy::Web; -use ZOOM::IRSpy::Utils qw(isodate xml_encode cql_target cql_quote +use ZOOM::IRSpy::Utils qw(utf8param isodate xml_encode cql_target cql_quote irspy_xpath_context irspy_make_identifier irspy_record2identifier irspy_identifier2target modify_xml_document -- 1.7.10.4