Disable the cleanup script until the patch to fix it is reviewed carefully, otherwise we may email a bunch of people again

This commit is contained in:
Chris Morgan
2005-09-23 02:52:19 +00:00
committed by WineHQ
parent 1ad25e80c5
commit 374c6f550b

View File

@@ -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)
{