From: Will Budicm Date: Sun, 25 Oct 2020 22:02:06 +0000 (+1100) Subject: dbName problems. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=23bc2ac0c0ed19c460f764ca75dbb0781095647a;p=LifeLog.git dbName problems. --- 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); };