From 9f469a06780e66135cb3da9cfdedb48763931160 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 31 Dec 2009 14:27:23 +0000 Subject: Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack function to viewfunctions library. --- app/acf-util/password-html.lsp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'app/acf-util/password-html.lsp') diff --git a/app/acf-util/password-html.lsp b/app/acf-util/password-html.lsp index 7de8f88..82551fc 100644 --- a/app/acf-util/password-html.lsp +++ b/app/acf-util/password-html.lsp @@ -1,13 +1,5 @@ <% local form, viewlibrary, pageinfo = ... %> <% require("viewfunctions") %> -<% ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(form)) -io.write(html.cfe_unpack(FORM)) -io.write("
") ---]] -%>

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

<% -- cgit v1.2.3