From a3b7ede01c51463d7bf02908d1174d72efece303 Mon Sep 17 00:00:00 2001 From: "T.D. Corell" Date: Sat, 12 Jul 2003 06:54:18 +0000 Subject: [PATCH] Added default for toc, editsections and date. --- languages/LanguageDe.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/languages/LanguageDe.php b/languages/LanguageDe.php index f33ccef5a4..19fa50ca17 100644 --- a/languages/LanguageDe.php +++ b/languages/LanguageDe.php @@ -18,7 +18,8 @@ "cols" => 80, "rows" => 25, "searchlimit" => 20, "contextlines" => 5, "contextchars" => 50, "skin" => 0, "math" => 1, "rcdays" => 3, "rclimit" => 50, - "highlightbroken" => 1, "stubthreshold" => 0 + "highlightbroken" => 1, "stubthreshold" => 0, + "editsection" => 0, "showtoc" => 0, "date" => 0 ); /* private */ $wgQuickbarSettingsDe = array( -- 2.20.1