summaryrefslogtreecommitdiffstats
path: root/lbu-listbackups-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:07:11 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:07:11 +0000
commit024b3d665491b4af1d9ed342ccbbbb270a602dca (patch)
tree739a327850caaf0993c9466054f954d71002b2aa /lbu-listbackups-html.lsp
parent10da2a83887d8efca93f0b8c0560f8297b7bc3bf (diff)
downloadacf-alpine-conf-024b3d665491b4af1d9ed342ccbbbb270a602dca.tar.bz2
acf-alpine-conf-024b3d665491b4af1d9ed342ccbbbb270a602dca.tar.xz
Added require statement for html library
Diffstat (limited to 'lbu-listbackups-html.lsp')
-rw-r--r--lbu-listbackups-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lbu-listbackups-html.lsp b/lbu-listbackups-html.lsp
index fc2153c..16ac96f 100644
--- a/lbu-listbackups-html.lsp
+++ b/lbu-listbackups-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, pageinfo, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"selectbackup"}, session) %>