diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-11 03:06:47 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-11 11:03:07 -0400 |
commit | 118ea61dc79bf9b1c45bbf81b31361a749e32fdd (patch) | |
tree | 3d803e1b7d9e99187c82cbb1b1af735972c09510 /org/output_hub.org | |
parent | spine_search (work on) (diff) |
spine search and configuration related
Diffstat (limited to 'org/output_hub.org')
-rw-r--r-- | org/output_hub.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/output_hub.org b/org/output_hub.org index 67718e1..3957e6e 100644 --- a/org/output_hub.org +++ b/org/output_hub.org @@ -269,7 +269,7 @@ if ((opt_action.sqlite_db_create)) { if ((opt_action.cgi_search_form_codegen)) { if ((opt_action.verbose)) { string _sqlite_db_fn = (opt_action.sqlite_filename.empty) - ? config.conf.w_srv_db_sqlite + ? config.conf.w_srv_db_sqlite_filename : opt_action.sqlite_filename; string _cgi_search_script = (opt_action.cgi_sqlite_search_filename.empty) ? config.conf.w_srv_cgi_search_script |