diff options
Diffstat (limited to 'kamailio-listtables-html.lsp')
-rw-r--r-- | kamailio-listtables-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kamailio-listtables-html.lsp b/kamailio-listtables-html.lsp index 49aebc2..f4bd207 100644 --- a/kamailio-listtables-html.lsp +++ b/kamailio-listtables-html.lsp @@ -1,7 +1,7 @@ <% local form, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> -<% displaycommandresults({"createdatabase"}, session) %> +<% htmlviewfunctions.displaycommandresults({"createdatabase"}, session) %> <H1><%= html.html_escape(form.label) %></H1> <DL> |