From 48596a6215b6cb50c1de0c3d52a0b5bef213023e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 5 Jul 2012 09:02:42 +0200 Subject: [PATCH] bweb: Fix #1904 about sql problem --- gui/bweb/lib/Bweb.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5