From: Paul Poulain Date: Tue, 20 Mar 2012 12:48:33 +0000 (+0100) Subject: bug 7086 follow-up: removed warn X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=90ba8e846a6716fb99f4ad28aeeb97a301075313;p=koha.git bug 7086 follow-up: removed warn --- diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index c0dc72f8be..195011e007 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -43,7 +43,6 @@ sub Init{ else { # editing of an existing suggestion $suggestion->{'manageddate'} = C4::Dates->today; - warn $suggestion->{'manageddate'}; $suggestion->{'managedby'} = C4::Context->userenv->{"number"} unless ($suggestion->{'managedby'}); # suggesteddate, when coming from the DB, needs to be formated $suggestion->{'suggesteddate'} = format_date($suggestion->{'suggesteddate'});