From 7375daf213b09b6cfb8ee7e3ec6ce7b53db1b100 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 27 Oct 2014 10:39:51 +0100 Subject: allow to turn of autopurge --- templates/admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/admin.php b/templates/admin.php index 0379390a5..ea608c8eb 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -47,7 +47,8 @@ style('news', 'admin'); 'Defines the maximum amount of articles that can be read per ' . "feed which won't be deleted by the cleanup job; ". 'if old articles reappear after being read, increase ' . - 'this value' + 'this value; negative values will turn this feature off ' . + 'completely' )); ?>