From: Eric Bollengier Date: Mon, 3 Aug 2009 18:40:18 +0000 (+0200) Subject: small fix for bresto X-Git-Tag: Release-3.0.3~68 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8c250aaee89d2deb7ed326831477fea9d30eb478;p=bacula%2Fbacula small fix for bresto --- diff --git a/gui/bweb/cgi/bresto.pl b/gui/bweb/cgi/bresto.pl index c23e349a39..0b31d8cdf9 100755 --- a/gui/bweb/cgi/bresto.pl +++ b/gui/bweb/cgi/bresto.pl @@ -479,7 +479,7 @@ SELECT PathId, Path, JobId, Lstat FROM ( ON (brestore_pathhierarchy1.PathId = brestore_pathvisibility1.PathId) WHERE brestore_pathhierarchy1.PPathId = $pathid AND brestore_pathvisibility1.jobid IN ($jobclause) - $limit + $filter ) AS listpath1 JOIN Path AS Path1 ON (listpath1.PathId = Path1.PathId)