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:
@@ -28,6 +28,7 @@ include(BASE."include/mail.php");
|
|||||||
|
|
||||||
notifyAdminsOfCleanupExecution();
|
notifyAdminsOfCleanupExecution();
|
||||||
|
|
||||||
|
/*
|
||||||
$hSixMonth = inactiveSince(6);
|
$hSixMonth = inactiveSince(6);
|
||||||
while($oRow = mysql_fetch_object($hSixMonth))
|
while($oRow = mysql_fetch_object($hSixMonth))
|
||||||
{
|
{
|
||||||
@@ -47,7 +48,7 @@ while($oRow = mysql_fetch_object($hSevenMonth))
|
|||||||
elseif(!hasDataAssociated($oRow->userid))
|
elseif(!hasDataAssociated($oRow->userid))
|
||||||
deleteUser($oRow->userid);
|
deleteUser($oRow->userid);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
function inactiveSince($iMonths)
|
function inactiveSince($iMonths)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user