diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 00:51:02 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 00:51:02 +0000 |
commit | 1e9ed0f9034c7d4f2d9683eaed422568a0d3aa28 (patch) | |
tree | 0d54464a14cbaab1e62b0f5daf21d097cbe599b7 /clamsmtp-logfile-html.lsp | |
parent | 6692843935d8e831750a23cea4547de105b0c50b (diff) | |
download | acf-clamsmtp-1e9ed0f9034c7d4f2d9683eaed422568a0d3aa28.tar.bz2 acf-clamsmtp-1e9ed0f9034c7d4f2d9683eaed422568a0d3aa28.tar.xz |
Modified require statements for acf. libraries, updated for viewfunctions to htmlviewfunctions, deleted startstop view
Diffstat (limited to 'clamsmtp-logfile-html.lsp')
-rw-r--r-- | clamsmtp-logfile-html.lsp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clamsmtp-logfile-html.lsp b/clamsmtp-logfile-html.lsp index 5a14049..1207ce9 100644 --- a/clamsmtp-logfile-html.lsp +++ b/clamsmtp-logfile-html.lsp @@ -1,5 +1,4 @@ <% local data, viewlibrary = ... -require("viewfunctions") %> <% if viewlibrary and viewlibrary.dispatch_component then |