From: moodler Date: Sat, 7 Aug 2004 04:09:50 +0000 (+0000) Subject: Whoops, fixed a typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=38ad519c06a85c0241460c2807aab03d95718ad0;p=moodle.git Whoops, fixed a typo --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index afbd6d01e2..46014d34c6 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -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)) {