diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:11:29 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:11:29 +0000 |
commit | 567e623b8285a1b93440c2aa51a00bffb92e32ab (patch) | |
tree | 679347e536a42c389b47dd63e75d3b4c1572b56b /kamailio-viewtable-html.lsp | |
parent | 8a8a4ce760822f27f032f2f9c3e528537847dc7e (diff) | |
download | acf-kamailio-567e623b8285a1b93440c2aa51a00bffb92e32ab.tar.bz2 acf-kamailio-567e623b8285a1b93440c2aa51a00bffb92e32ab.tar.xz |
Added require statement for html library
Diffstat (limited to 'kamailio-viewtable-html.lsp')
-rw-r--r-- | kamailio-viewtable-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kamailio-viewtable-html.lsp b/kamailio-viewtable-html.lsp index 38dd720..e1531d0 100644 --- a/kamailio-viewtable-html.lsp +++ b/kamailio-viewtable-html.lsp @@ -1,5 +1,6 @@ <% local form, viewlibrary, page_info, session = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"deletetableentry", "updatetableentry"}, session) %> <% htmlviewfunctions.displaycommandresults({"createtableentry"}, session, true) %> |