diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:10:07 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:10:07 +0000 |
commit | 647c2279ac97d3eee5527082a984a8fc6d5fd23d (patch) | |
tree | 46cde4dcfc4f454bbcdf0c986c67df6cf4b655dd /fetchmail-listentries-html.lsp | |
parent | 5a7675c4b151d5b4426b2409c5f69e27183d003f (diff) | |
download | acf-fetchmail-647c2279ac97d3eee5527082a984a8fc6d5fd23d.tar.bz2 acf-fetchmail-647c2279ac97d3eee5527082a984a8fc6d5fd23d.tar.xz |
Added require statement for html library
Diffstat (limited to 'fetchmail-listentries-html.lsp')
-rw-r--r-- | fetchmail-listentries-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail-listentries-html.lsp b/fetchmail-listentries-html.lsp index 68887d9..d44c9d2 100644 --- a/fetchmail-listentries-html.lsp +++ b/fetchmail-listentries-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary, page_info, session = ... require("htmlviewfunctions") +html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"editentry", "deleteentry", "createentry"}, session) %> |