From d70a634fbdc29d6808cbf65cc6283990717f1b3f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 4 Nov 2014 13:20:29 +0000 Subject: Since createdatabase is now dispatched, should pass results to the form --- lib/db-listtables-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db-listtables-html.lsp b/lib/db-listtables-html.lsp index fd9c7eb..3d7fe07 100644 --- a/lib/db-listtables-html.lsp +++ b/lib/db-listtables-html.lsp @@ -22,7 +22,7 @@ <% end %> -<% htmlviewfunctions.displaycommandresults({"createdatabase"}, session) %> +<% htmlviewfunctions.displaycommandresults({"createdatabase"}, session, true) %> <% local header_level = htmlviewfunctions.displaysectionstart(form, page_info) %> <% if form.value.connection and next(form.value.connection.value) ~= nil then -- cgit v1.2.3