From: Eric Bollengier Date: Mon, 4 May 2009 09:35:53 +0000 (+0000) Subject: ebl don't display copies like in bconsole X-Git-Tag: Release-3.0.2~273 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0ae376d202afccb9821c88447163b60686cda219;p=bacula%2Fbacula ebl don't display copies like in bconsole git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8791 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index 5cefc7b839..5467c5c5a0 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -2739,6 +2739,7 @@ sub get_all_file_versions AND File.FileIndex >= JobMedia.FirstIndex AND File.FileIndex <= JobMedia.LastIndex AND JobMedia.MediaId = Media.MediaId + AND Job.Type = 'B' AND Client.Name = '$client'"; $self->debug($query);