From: Eric Bollengier Date: Tue, 19 Feb 2013 13:59:14 +0000 (+0100) Subject: Tweak last patch X-Git-Tag: Release-5.2.13~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f9b6a2e816e2c27e3670b1f9fba284b7ff4750ab;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}; }