summaryrefslogtreecommitdiffstats
path: root/kamailio-searchdatabase-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:55:27 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-04 16:50:13 +0000
commit44560e46a781bd906c6b64966f3e4c58162df767 (patch)
treea898a5494da9abc42c5f12c01c3650c8d69b4291 /kamailio-searchdatabase-html.lsp
parent78c88843fbdb0cb1cd51e9299c18ec729044ec47 (diff)
downloadacf-kamailio-44560e46a781bd906c6b64966f3e4c58162df767.tar.bz2
acf-kamailio-44560e46a781bd906c6b64966f3e4c58162df767.tar.xz
Change use of require to work with Lua 5.2
(cherry picked from commit db68ed71e71fc443d47cea8c9c91b0302e8339ec) Conflicts: kamailio-listtables-html.lsp kamailio-model.lua kamailio-viewtable-html.lsp
Diffstat (limited to 'kamailio-searchdatabase-html.lsp')
-rw-r--r--kamailio-searchdatabase-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamailio-searchdatabase-html.lsp b/kamailio-searchdatabase-html.lsp
index e2538fb..8a55f48 100644
--- a/kamailio-searchdatabase-html.lsp
+++ b/kamailio-searchdatabase-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>