This is an automated email from the git hooks/post-receive script.

skunnyk pushed a 
commit to branch 
oldforum
in repository www/forum.xfce.org.

commit 402e40219adb4887f56ba58aa19fabd54973e497
Author: Nick Schermer <n...@xfce.org>
Date:   Wed Jul 27 22:38:25 2011 +0200

    Make this 12 months.
---
 plugins/AMP_Inactive_users.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/AMP_Inactive_users.php b/plugins/AMP_Inactive_users.php
index e35240e..17300f9 100644
--- a/plugins/AMP_Inactive_users.php
+++ b/plugins/AMP_Inactive_users.php
@@ -4,7 +4,7 @@
 if (!defined('PUN'))
        exit;
 
-$delete_age = 60*60*24*30 * 6; /* 6 months */
+$delete_age = 60*60*24*30 * 12; /* 12 months */
 
 $limit = 100;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to