summaryrefslogtreecommitdiffstats
path: root/apk-loaded-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-02-23 14:46:24 +0000
committerTed Trask <ttrask01@yahoo.com>2012-02-23 14:46:24 +0000
commitcdc3e7a7891f2047a00bec941aff5756558271ed (patch)
tree57897eb41e6c7ca9bf5d4dfe5b3a2e4417f4b548 /apk-loaded-html.lsp
parentd6df1a0c206b2f2f979f15b2619a6e221ff39019 (diff)
downloadacf-apk-tools-cdc3e7a7891f2047a00bec941aff5756558271ed.tar.bz2
acf-apk-tools-cdc3e7a7891f2047a00bec941aff5756558271ed.tar.xz
Updates to reflect changes in acf-core-0.15 - viewfunctions becomes htmlviewfunctions
Diffstat (limited to 'apk-loaded-html.lsp')
-rw-r--r--apk-loaded-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apk-loaded-html.lsp b/apk-loaded-html.lsp
index 1388ae2..f248c71 100644
--- a/apk-loaded-html.lsp
+++ b/apk-loaded-html.lsp
@@ -1,7 +1,7 @@
<% local form, viewlibrary, page_info, session = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
-<% displaycommandresults({"delete", "install", "upgrade"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"delete", "install", "upgrade"}, session) %>
<H1><%= html.html_escape(form.label) %></H1>
<H2><%= html.html_escape(form.value.toplevel.label) %></H2>