From 49feb0b0d13aa92399f54fb48aef428d05527d15 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 01:26:11 +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 and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- kamailio-searchdatabase-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kamailio-searchdatabase-html.lsp') diff --git a/kamailio-searchdatabase-html.lsp b/kamailio-searchdatabase-html.lsp index 87f0a9d..6d747b7 100644 --- a/kamailio-searchdatabase-html.lsp +++ b/kamailio-searchdatabase-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... -require("viewfunctions") +require("htmlviewfunctions") %> <% if form.value.result then @@ -24,5 +24,5 @@ end %> <% form.value.result = nil form.option = "Search" - displayform(form, nil, nil, page_info, 2) + htmlviewfunctions.displayform(form, nil, nil, page_info, 2) %> -- cgit v1.2.3