From 2bde033766efb1f817e83807c7477b57ba480d84 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 30 Mar 2011 14:32:58 +0000 Subject: Modified for acf-core-0.13.0 --- postgresql-listfiles-html.lsp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/postgresql-listfiles-html.lsp b/postgresql-listfiles-html.lsp index 40045c6..2437393 100644 --- a/postgresql-listfiles-html.lsp +++ b/postgresql-listfiles-html.lsp @@ -2,7 +2,7 @@ require("viewfunctions") %> -<% displaycommandresults({"expert", "startstop"}, session) %> +<% displaycommandresults({"expert"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") @@ -27,7 +27,3 @@ end %> <% end %> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("startstop") -end %> -- cgit v1.2.3