From: Eric Bollengier Date: Tue, 19 Feb 2013 13:59:14 +0000 (+0100) Subject: Tweak last patch X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ba39b20c0b5d503bf56713de3438a1ed2f070676;p=bacula%2Fbacula Tweak last patch --- diff --git a/gui/bweb/cgi/bresto.pl b/gui/bweb/cgi/bresto.pl index f982692c80..c26d8d656d 100755 --- a/gui/bweb/cgi/bresto.pl +++ b/gui/bweb/cgi/bresto.pl @@ -718,7 +718,7 @@ if ($action eq 'restore') { } # TODO: remove it after a while - if ($bvfs->get_db_field('Comment') ne 'Comment') { + if ($bvfs->get_db_field('Job.Comment') ne 'Job.Comment') { delete $arg->{comment}; }