From 62e47515fb6b1389c6416c3d770d4ad278c87245 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 29 Nov 2006 18:19:17 +0000 Subject: [PATCH] Import iosdate() from Utils.pm --- 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 83614a0..ad7d4c9 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.18 2006-11-16 17:02:30 mike Exp $ +%# $Id: layout.mc,v 1.19 2006-11-29 18:19:17 mike Exp $ <%args> $debug => undef $title @@ -8,7 +8,7 @@ $component use URI::Escape; use ZOOM; use ZOOM::IRSpy::Web; -use ZOOM::IRSpy::Utils qw(xml_encode cql_quote cql_target +use ZOOM::IRSpy::Utils qw(isodate xml_encode cql_quote cql_target irspy_xpath_context modify_xml_document); <& /chrome/head.mc, title => $title &> -- 1.7.10.4