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 --- template-popup.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template-popup.lsp') diff --git a/template-popup.lsp b/template-popup.lsp index 7787c5a..c174a7e 100644 --- a/template-popup.lsp +++ b/template-popup.lsp @@ -1,5 +1,5 @@ <% local viewtable, viewlibrary, pageinfo, session = ... - html=require("html") %> + html = require("acf.html") %> Status: 200 OK Content-Type: text/html <% if (session.id) then -- cgit v1.2.3