summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-11-04 13:20:29 +0000
committerTed Trask <ttrask01@yahoo.com>2014-11-04 13:20:29 +0000
commitd70a634fbdc29d6808cbf65cc6283990717f1b3f (patch)
tree6590c3af1da22448ce6e6453c161d39ff4802fe6
parent428142553b1af405f97a4ef8d289bbf8865eaaeb (diff)
downloadacf-db-d70a634fbdc29d6808cbf65cc6283990717f1b3f.tar.bz2
acf-db-d70a634fbdc29d6808cbf65cc6283990717f1b3f.tar.xz
Since createdatabase is now dispatched, should pass results to the form
-rw-r--r--lib/db-listtables-html.lsp2
1 files changed, 1 insertions, 1 deletions
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 @@
</script>
<% 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