]> lifelog.hopto.org Git - LifeLog.git/commitdiff
dbName problems.
authorWill Budicm <redacted>
Sun, 25 Oct 2020 22:02:06 +0000 (09:02 +1100)
committerWill Budicm <redacted>
Sun, 25 Oct 2020 22:02:06 +0000 (09:02 +1100)
Current Development Check List.md
htdocs/cgi-bin/config.cgi

index f303080bc21735caa450d743e24984b9edf00ea0..7bdde8803d1344a4eb55e6fb72903b6eb4f155fd 100644 (file)
@@ -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.
index fa9c39ce8be242b43563207830373dde54a4fe18..0fbae05d9fe75bf7f8dc0cdd69d6e7f989b10eb1 100755 (executable)
@@ -1124,7 +1124,7 @@ sub restore {
         print "Done!";
     }
     catch{
-        $ERROR = "<font color='red'><b>Restore failed!</b></font> hndl->$hndl $@ \n";
+        $ERROR = "<font color='red'><b>Restore Failed!</b></font> hndl->$hndl $@ \n";
         $ERROR = "br:[@br]" if(@br);
     };