From 38ad519c06a85c0241460c2807aab03d95718ad0 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 7 Aug 2004 04:09:50 +0000 Subject: [PATCH] Whoops, fixed a typo --- 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 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)) { -- 2.39.5