From d2447f774d22e28e236fd4baf6b6462133b82990 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 17 Apr 2007 08:41:07 +0000 Subject: [PATCH] import both uri_escape() _and_ uri_escape_utf8(). --- 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 4421d3e..e52264b 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,11 +1,11 @@ -%# $Id: layout.mc,v 1.27 2007-04-16 12:26:11 mike Exp $ +%# $Id: layout.mc,v 1.28 2007-04-17 08:41:07 mike Exp $ <%args> $debug => undef $title $component <%once> -use URI::Escape qw(uri_escape_utf8); +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 -- 1.7.10.4