From 8c250aaee89d2deb7ed326831477fea9d30eb478 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 3 Aug 2009 20:40:18 +0200 Subject: [PATCH] small fix for bresto --- gui/bweb/cgi/bresto.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5