[Xfce4-commits] <forum:master> Make this 12 months.

Nick Schermer noreply at xfce.org
Wed Jul 27 22:40:01 CEST 2011


Updating branch refs/heads/master
         to 402e40219adb4887f56ba58aa19fabd54973e497 (commit)
       from 105fa351c0569665f68ed29f5d098dd89b80d58a (commit)

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

    Make this 12 months.

 plugins/AMP_Inactive_users.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;
 


More information about the Xfce4-commits mailing list