purge_intervals global: set '1 week old' to mean 7 days instead of 5 (???)

This commit is contained in:
Andrew Dolgov 2020-12-15 08:49:02 +03:00
parent 83962a8561
commit 8aa1b0fed6
1 changed files with 1 additions and 1 deletions

View File

@ -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"),