DOn't use ZOOM -- layout.mc does that.
authorMike Taylor <mike@indexdata.com>
Thu, 16 Nov 2006 11:48:40 +0000 (11:48 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 16 Nov 2006 11:48:40 +0000 (11:48 +0000)
web/htdocs/details/full.mc
web/htdocs/raw.html

index cbacb42..36b7232 100644 (file)
@@ -1,10 +1,7 @@
-%# $Id: full.mc,v 1.15 2006-11-15 13:23:05 mike Exp $
+%# $Id: full.mc,v 1.16 2006-11-16 11:48:49 mike Exp $
 <%args>
 $id
 </%args>
-<%once>
-use ZOOM;
-</%once>
 <%perl>
 my $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1");
 $conn->option(elementSetName => "zeerex");
index 063f9b6..5a5f468 100644 (file)
@@ -1,10 +1,7 @@
-%# $Id: raw.html,v 1.3 2006-09-25 16:37:55 mike Exp $
+%# $Id: raw.html,v 1.4 2006-11-16 11:48:40 mike Exp $
 <%args>
 $id
 </%args>
-<%once>
-use ZOOM;
-</%once>
 <%perl>
 my $conn = new ZOOM::Connection("localhost:3313/IR-Explain---1");
 $conn->option(elementSetName => "zeerex");