summaryrefslogtreecommitdiffstats
path: root/tcpproxy-listsmtpfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:15:28 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:15:28 +0000
commit2693dec84e4273af8a41dd0dabf985aa759f9e7b (patch)
tree6e38ff600f4e31f555d62ea10136c07f8c30f347 /tcpproxy-listsmtpfiles-html.lsp
parent1d69f16fdd4a6eb80cbf9fe55cbe13c89c145e14 (diff)
downloadacf-tcpproxy-2693dec84e4273af8a41dd0dabf985aa759f9e7b.tar.bz2
acf-tcpproxy-2693dec84e4273af8a41dd0dabf985aa759f9e7b.tar.xz
Added require statement for html library
Diffstat (limited to 'tcpproxy-listsmtpfiles-html.lsp')
-rw-r--r--tcpproxy-listsmtpfiles-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcpproxy-listsmtpfiles-html.lsp b/tcpproxy-listsmtpfiles-html.lsp
index da3818b..0e58703 100644
--- a/tcpproxy-listsmtpfiles-html.lsp
+++ b/tcpproxy-listsmtpfiles-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"editsmtpfile", "delsmtpfile"}, session) %>