summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 14:32:58 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 14:32:58 +0000
commit2bde033766efb1f817e83807c7477b57ba480d84 (patch)
tree19ae5917dedd439967e2110dfc1c6a3b8427ebb2
parent4f65dcd146c1f4efa43621ad8a95de4129aaa438 (diff)
downloadacf-postgresql-2bde033766efb1f817e83807c7477b57ba480d84.tar.bz2
acf-postgresql-2bde033766efb1f817e83807c7477b57ba480d84.tar.xz
Modified for acf-core-0.13.0
-rw-r--r--postgresql-listfiles-html.lsp6
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 %>