Two weeks is enough (wish I'd set this small on moodle.org upgrade!)

This commit is contained in:
moodler
2005-04-22 13:37:23 +00:00
parent c9338a4f3c
commit 81c679ce87
+1 -1
View File
@@ -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)) {