From 23bc2ac0c0ed19c460f764ca75dbb0781095647a Mon Sep 17 00:00:00 2001 From: Will Budicm Date: Mon, 26 Oct 2020 09:02:06 +1100 Subject: [PATCH] dbName problems. --- Current Development Check List.md | 1 + htdocs/cgi-bin/config.cgi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Current Development Check List.md b/Current Development Check List.md index f303080..7bdde88 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -6,6 +6,7 @@ ### v.2.1 SUN STABLE New Features in Works +* Make the dbname uniform across all source types with Settings, as backups use the file format, not the database name. * Static pages setting for the pages directory. * Search on multiwords should rank by encounter of words specified and display first. (That one is difficult) * Provide markdown text functionality to html pages. For quick vanila plain documentation. diff --git a/htdocs/cgi-bin/config.cgi b/htdocs/cgi-bin/config.cgi index fa9c39c..0fbae05 100755 --- a/htdocs/cgi-bin/config.cgi +++ b/htdocs/cgi-bin/config.cgi @@ -1124,7 +1124,7 @@ sub restore { print "Done!"; } catch{ - $ERROR = "Restore failed! hndl->$hndl $@ \n"; + $ERROR = "Restore Failed! hndl->$hndl $@ \n"; $ERROR = "br:[@br]" if(@br); }; -- 2.34.1