From 2d8c0bde42782fe49736b6b5cc1915eb28e39240 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 30 Oct 2006 14:58:15 +0000 Subject: [PATCH] Remove "use lib" hack, now that the Apache configuration is correct. --- web/htdocs/chrome/layout.mc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index d44c17a..07690b3 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.11 2006-10-26 17:22:15 mike Exp $ +%# $Id: layout.mc,v 1.12 2006-10-30 14:58:15 mike Exp $ <%args> $debug => undef $title @@ -6,11 +6,6 @@ $component <%once> use URI::Escape; -BEGIN { - use vars qw($LIBDIR); - $LIBDIR = $r->dir_config("IRSpyLibDir"); -} -use lib $LIBDIR; use ZOOM::IRSpy::Web; use ZOOM::IRSpy qw(irspy_xpath_context xml_encode); -- 1.7.10.4