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 --- syslog-loginfo-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'syslog-loginfo-html.lsp') diff --git a/syslog-loginfo-html.lsp b/syslog-loginfo-html.lsp index 91b24c4..2c3c4f2 100644 --- a/syslog-loginfo-html.lsp +++ b/syslog-loginfo-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> <% ---[[ %> <% if viewlibrary and viewlibrary.dispatch_component then @@ -10,7 +10,7 @@ end %>

Program Specific Options/Information

<% -displayitem(form.value.logfile) -displayitem(form.value.remote) +htmlviewfunctions.displayitem(form.value.logfile) +htmlviewfunctions.displayitem(form.value.remote) %>
-- cgit v1.2.3