From b38802fae54ceef5e11a968b8ca0d74d4c1300b0 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 27 Oct 2014 19:37:12 +0000 Subject: Reworked the code to allow passing in connection parameters --- db-listdatabases-html.lsp | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) (limited to 'db-listdatabases-html.lsp') diff --git a/db-listdatabases-html.lsp b/db-listdatabases-html.lsp index b4c6694..dcc9dcf 100644 --- a/db-listdatabases-html.lsp +++ b/db-listdatabases-html.lsp @@ -2,7 +2,7 @@ <% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> -<% if #form.value>0 then %> +<% if form.value.databases and #form.value.databases.value>0 then %>