From 9291a3452b2d86403a1f4be559736df58571c3f2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 23 Feb 2012 14:49:39 +0000 Subject: Updates to reflect changes in acf-core-0.15 - viewfunctions becomes htmlviewfunctions --- rc-status-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc-status-html.lsp') diff --git a/rc-status-html.lsp b/rc-status-html.lsp index b04913a..6bb6533 100644 --- a/rc-status-html.lsp +++ b/rc-status-html.lsp @@ -1,7 +1,7 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> -<% displaycommandresults({"edit", "startstop"}, session) %> +<% htmlviewfunctions.displaycommandresults({"edit", "startstop"}, session) %>

<%= html.html_escape(view.label) %>

-- cgit v1.2.3