From 24628027059e7011d0537a02aa020eef9db150d5 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 11 Dec 2012 20:26:34 +0100 Subject: [PATCH] Bug 6813 follow-up, fix POD --- C4/Suggestions.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm index 6fe7547..93635f5 100644 --- a/C4/Suggestions.pm +++ b/C4/Suggestions.pm @@ -546,10 +546,11 @@ sub DelSuggestion { =head2 DelSuggestionsOlderThan &DelSuggestionsOlderThan($days) - + Delete all suggestions older than TODAY-$days , that have be accepted or rejected. - + =cut + sub DelSuggestionsOlderThan { my ($days) = @_; return if not $days; -- 1.7.9.5