From 374c6f550beb78f1862fd29ca7a6c475026c07f5 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 23 Sep 2005 02:52:19 +0000 Subject: [PATCH] Disable the cleanup script until the patch to fix it is reviewed carefully, otherwise we may email a bunch of people again --- cron/cleanup.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cron/cleanup.php b/cron/cleanup.php index c06a1f1..95f3b8d 100644 --- a/cron/cleanup.php +++ b/cron/cleanup.php @@ -28,6 +28,7 @@ include(BASE."include/mail.php"); notifyAdminsOfCleanupExecution(); +/* $hSixMonth = inactiveSince(6); while($oRow = mysql_fetch_object($hSixMonth)) { @@ -47,7 +48,7 @@ while($oRow = mysql_fetch_object($hSevenMonth)) elseif(!hasDataAssociated($oRow->userid)) deleteUser($oRow->userid); } - +*/ function inactiveSince($iMonths) {