From 567e623b8285a1b93440c2aa51a00bffb92e32ab Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:11:29 +0000 Subject: Added require statement for html library --- kamailio-viewtable-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'kamailio-viewtable-html.lsp') 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) %> -- cgit v1.2.3