]> git.sur5r.net Git - bacula/bacula/commitdiff
small fix for bresto
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 3 Aug 2009 18:40:18 +0000 (20:40 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 22 Sep 2009 09:01:31 +0000 (11:01 +0200)
gui/bweb/cgi/bresto.pl

index c23e349a3937ea1d9300df4544890caf24966faa..0b31d8cdf9411a285a2b22044f7015a8d30dc638 100755 (executable)
@@ -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)