purge_intervals global: set '1 week old' to mean 7 days instead of 5 (???)
This commit is contained in:
parent
83962a8561
commit
8aa1b0fed6
|
@ -56,7 +56,7 @@
|
|||
$purge_intervals = array(
|
||||
0 => __("Use default"),
|
||||
-1 => __("Never purge"),
|
||||
5 => __("1 week old"),
|
||||
7 => __("1 week old"),
|
||||
14 => __("2 weeks old"),
|
||||
31 => __("1 month old"),
|
||||
60 => __("2 months old"),
|
||||
|
|
Loading…
Reference in New Issue