diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:44:31 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:44:31 +0000 |
commit | f7a78fe106aeb9119d920b708d822f3a6440895f (patch) | |
tree | 92e0fc2c062984bcdd8fd508b4832b1216ab155c /dhcp-listfiles-html.lsp | |
parent | 0a24610cdd04ab5bc268c5e80d210746d24af879 (diff) | |
download | acf-dhcp-f7a78fe106aeb9119d920b708d822f3a6440895f.tar.bz2 acf-dhcp-f7a78fe106aeb9119d920b708d822f3a6440895f.tar.xz |
Change use of require to work with Lua 5.2
Diffstat (limited to 'dhcp-listfiles-html.lsp')
-rw-r--r-- | dhcp-listfiles-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp-listfiles-html.lsp b/dhcp-listfiles-html.lsp index a2716c2..c733bfd 100644 --- a/dhcp-listfiles-html.lsp +++ b/dhcp-listfiles-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> |