From: Eric Bollengier Date: Thu, 5 Jul 2012 07:02:42 +0000 (+0200) Subject: bweb: Fix #1904 about sql problem X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=48596a6215b6cb50c1de0c3d52a0b5bef213023e;p=bacula%2Fbacula bweb: Fix #1904 about sql problem --- diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index bdafca9e5e..cffcf814b4 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -975,7 +975,7 @@ SELECT Media.VolumeName AS volumename, Media.Slot AS slot, Media.InChanger AS inchanger, Pool.Name AS name, - $self->{sql}->{MEDIA_EXPIRE} AS expire + $bweb->{sql}->{MEDIA_EXPIRE} AS expire FROM Media INNER JOIN Pool USING (PoolId)