From 31256b56b34baab95a52de711d4c9062340009b3 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 20 Apr 2006 08:19:36 +0000 Subject: [PATCH] Sitemailcharset should be empty string --- lib/defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/defaults.php b/lib/defaults.php index 97485664c9..6802d55468 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -91,7 +91,7 @@ 'sessiontimeout' => 7200, 'showsiteparticipantslist' => 0, 'showblocksonmodpages' => 0, - 'sitemailcharset' => 0, + 'sitemailcharset' => '', 'sitepolicy' => '', 'slasharguments' => 1, 'smtphosts' => '', -- 2.39.5