From db68ed71e71fc443d47cea8c9c91b0302e8339ec Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:55:27 +0000 Subject: Change use of require to work with Lua 5.2 --- kamailio-listusers-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kamailio-listusers-html.lsp') diff --git a/kamailio-listusers-html.lsp b/kamailio-listusers-html.lsp index d5ea4f9..c631716 100644 --- a/kamailio-listusers-html.lsp +++ b/kamailio-listusers-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"deleteuser", "updateuser"}, session) %> -- cgit v1.2.3