]> lifelog.hopto.org Git - LifeLog.git/commitdiff
It is KEEP_EXCS.
authorWill Budic <redacted>
Sun, 26 Jan 2020 08:25:37 +0000 (19:25 +1100)
committerWill Budic <redacted>
Sun, 26 Jan 2020 08:25:37 +0000 (19:25 +1100)
dbLifeLog/main.cnf
htdocs/cgi-bin/system/modules/Settings.pm

index 6d3c693519bc9d962ecaa2298b5e045561f7bed1..4e84d470ef2b44202a77fcd1df50077a2a5e0083 100644 (file)
@@ -20,7 +20,7 @@ Credential format:<<AUTO_LOGIN <{alias}/{password}> , dont enable here using AUT
 26|$RTF_SIZE    = 2`RTF Document height, 0 - Large, 1 - Medium, 2- Small.
 28|$THEME       = Standard`Theme to applay, Standard, Sun, Moon, Earth.
 30|$DEBUG       = 0`Development page additional debug output, off (default) or on.
-32|$KEEP_EXECS  = 0`Cache excludes between sessions, off (default) or on.
+32|$KEEP_EXCS   = 0`Cache excludes between sessions, off (default) or on.
 <<CAT<3>
 01|Unspecified `For quick uncategorised entries.
 03|File System `Operating file system/Application short log.
index cbff5062cc2e5daa22f596e80efb56426983fce4..3fb7d431fac3a50ff3dbd8cde0f24ceedc447d4d 100644 (file)
@@ -84,7 +84,7 @@ sub getConfiguration {
                 case "RTF_SIZE"     { $RTF_SIZE     = $r[2] }
                 case "THEME"        { $THEME        = $r[2] }
                 case "DEBUG"        { $DEBUG        = $r[2] }
-                case "KEEP_EXCS"   { $KEEP_EXCS    = $r[2] }
+                case "KEEP_EXCS"    { $KEEP_EXCS    = $r[2] }
             }
 
         }