projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2189a7
)
Remove "use lib" hack, now that the Apache configuration is correct.
author
Mike Taylor
<mike@indexdata.com>
Mon, 30 Oct 2006 14:58:15 +0000
(14:58 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 30 Oct 2006 14:58:15 +0000
(14:58 +0000)
web/htdocs/chrome/layout.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/chrome/layout.mc
b/web/htdocs/chrome/layout.mc
index
d44c17a
..
07690b3
100644
(file)
--- 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
</%args>
<%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);
</%once>