Default old posts from 60 > 30 ...

This commit is contained in:
moodler 2005-03-04 05:59:22 +00:00
parent 226f79e03a
commit baa2f74e1c

View File

@ -51,7 +51,7 @@ if (!isset($CFG->forum_trackreadposts)) {
}
if (!isset($CFG->forum_oldpostdays)) {
set_config('forum_oldpostdays', 60); // Default number of days that a post is considered old
set_config('forum_oldpostdays', 30); // Default number of days that a post is considered old
}
if (!isset($CFG->forum_usermarksread)) {