From 81c679ce87aa1caa6fedac9516689a409c9b3d16 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 22 Apr 2005 13:37:23 +0000 Subject: [PATCH] Two weeks is enough (wish I'd set this small on moodle.org upgrade!) --- mod/forum/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 608f39f0b92..d0dd2116b11 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -51,7 +51,7 @@ if (!isset($CFG->forum_trackreadposts)) { } if (!isset($CFG->forum_oldpostdays)) { - set_config('forum_oldpostdays', 30); // Default number of days that a post is considered old + set_config('forum_oldpostdays', 14); // Default number of days that a post is considered old } if (!isset($CFG->forum_usermarksread)) {