summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2026-01-29 10:03:16 +0100
committerPaul-Christian Volkmer2026-01-29 10:03:16 +0100
commitd88873f77a57633f3b2d988be3a77c477eb05634 (patch)
tree77ec9d4852d6a0f173059ac8b9e6cd8ce70aad63 /README.md
parent5c9e886b78c49fb9305754a8ddc29cfc2e411b51 (diff)
docs: new default value for 'mehrere_mtb_in_mtbepisode'
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d4f23ae..a39784a 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ Soll das automatische Befüllen des MTB-Datums Datum der Unterformulare *Einzele
INSERT INTO einstellung (name, wert, kategorie, optionen, beschreibung)
VALUES (
'mehrere_mtb_in_mtbepisode',
- 'true',
+ 'false',
'DNPM',
'[{"key": "true", "value": "Ja"},{"key": "false", "value": "Nein"}]',
'Angabe, ob mehrere MTBs je MTB-Episode verwendet werden.'