summaryrefslogtreecommitdiffstats
path: root/kamailio-searchdatabase-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:26:11 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:26:11 +0000
commit49feb0b0d13aa92399f54fb48aef428d05527d15 (patch)
tree57c71c593528281c1ef9b798aa2bf03e59d8a860 /kamailio-searchdatabase-html.lsp
parente19ee215667692e70cb4788dca4151e23aa73b96 (diff)
downloadacf-kamailio-49feb0b0d13aa92399f54fb48aef428d05527d15.tar.bz2
acf-kamailio-49feb0b0d13aa92399f54fb48aef428d05527d15.tar.xz
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
Diffstat (limited to 'kamailio-searchdatabase-html.lsp')
-rw-r--r--kamailio-searchdatabase-html.lsp4
1 files changed, 2 insertions, 2 deletions
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)
%>