]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak last patch
authorEric Bollengier <eric@baculasystems.com>
Tue, 19 Feb 2013 13:59:14 +0000 (14:59 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:09 +0000 (14:51 +0200)
gui/bweb/cgi/bresto.pl

index f982692c806e8d90adaf2700ae02758249655315..c26d8d656d21674b42768e8ad683a0834dd06232 100755 (executable)
@@ -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};
     }