Whoops, fixed a typo

This commit is contained in:
moodler 2004-08-07 04:09:50 +00:00
parent 622ebc6a7c
commit 38ad519c06

View File

@ -203,7 +203,7 @@ function forum_cron () {
$timenow = time();
$endtime = $timenow - $CFG->maxeditingtime;
$starttime = $cutofftime - 48 * 3600; /// Two days earlier
$starttime = $endtime - 48 * 3600; /// Two days earlier
if ($posts = forum_get_unmailed_posts($starttime, $endtime)) {