From: Will Budic Date: Sun, 26 Jan 2020 08:25:37 +0000 (+1100) Subject: It is KEEP_EXCS. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=c7b133bf6b9122d65d90d2f6b5ac60a636892218;p=LifeLog.git It is KEEP_EXCS. --- diff --git a/dbLifeLog/main.cnf b/dbLifeLog/main.cnf index 6d3c693..4e84d47 100644 --- a/dbLifeLog/main.cnf +++ b/dbLifeLog/main.cnf @@ -20,7 +20,7 @@ Credential format:< , 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. < 01|Unspecified `For quick uncategorised entries. 03|File System `Operating file system/Application short log. diff --git a/htdocs/cgi-bin/system/modules/Settings.pm b/htdocs/cgi-bin/system/modules/Settings.pm index cbff506..3fb7d43 100644 --- a/htdocs/cgi-bin/system/modules/Settings.pm +++ b/htdocs/cgi-bin/system/modules/Settings.pm @@ -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] } } }