From ef5c82c78eecaeba171337098cb260bc8e089b77 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:54:35 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- rrdtool-listrrd-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rrdtool-listrrd-html.lsp') diff --git a/rrdtool-listrrd-html.lsp b/rrdtool-listrrd-html.lsp index dff97a8..f4aeb74 100644 --- a/rrdtool-listrrd-html.lsp +++ b/rrdtool-listrrd-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %>