From a132ee26d8fbadc61994b4bf78ebe7dd3e259849 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 2 Oct 2012 15:13:32 +0000 Subject: Added require statement for html library --- postfix-listqueue-html.lsp | 1 + 1 file changed, 1 insertion(+) (limited to 'postfix-listqueue-html.lsp') diff --git a/postfix-listqueue-html.lsp b/postfix-listqueue-html.lsp index c86e7ab..4ea9011 100644 --- a/postfix-listqueue-html.lsp +++ b/postfix-listqueue-html.lsp @@ -1,5 +1,6 @@ <% local data, viewlibrary, page_info, session = ... require("htmlviewfunctions") +html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"flushqueue"}, session) %> -- cgit v1.2.3