diff options
| -rw-r--r-- | postgresql-listfiles-html.lsp | 6 | 
1 files changed, 1 insertions, 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 %>  </TABLE>  </DL> - -<% if viewlibrary and viewlibrary.dispatch_component then -	viewlibrary.dispatch_component("startstop") -end %>  | 
