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:
5c8ce99
)
Explicitly use ZOOM. (Previously relied on the mod_perl session
author
Mike Taylor
<mike@indexdata.com>
Wed, 29 Nov 2006 12:31:25 +0000
(12:31 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 29 Nov 2006 12:31:25 +0000
(12:31 +0000)
having loaded this module due to earlier invocation of one of the
layout.mc-based pages ... which was _nearly_ always true, but not
quite always.)
web/htdocs/raw.html
patch
|
blob
|
history
diff --git
a/web/htdocs/raw.html
b/web/htdocs/raw.html
index
8b99df5
..
cd797c7
100644
(file)
--- a/
web/htdocs/raw.html
+++ b/
web/htdocs/raw.html
@@
-1,7
+1,10
@@
-%# $Id: raw.html,v 1.5 2006-11-16 17:05:51 mike Exp $
+%# $Id: raw.html,v 1.6 2006-11-29 12:31:25 mike Exp $
<%args>
$id
</%args>
+<%once>
+use ZOOM;
+</%once>
<%perl>
my $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1");
$conn->option(elementSetName => "zeerex");