From c7b133bf6b9122d65d90d2f6b5ac60a636892218 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Sun, 26 Jan 2020 19:25:37 +1100 Subject: [PATCH] It is KEEP_EXCS. --- dbLifeLog/main.cnf | 2 +- htdocs/cgi-bin/system/modules/Settings.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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] } } } -- 2.34.1