From: Eric Bollengier Date: Tue, 22 Aug 2006 20:43:29 +0000 (+0000) Subject: ebl update LocationLog table when moving media X-Git-Tag: Release-2.0.0~577 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50ffaa7a3030894328a577352f2e697c7d67b859;p=bacula%2Fbacula ebl update LocationLog table when moving media git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3335 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index 794ff245ae..ecae608849 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -2398,7 +2398,7 @@ INSERT LocationLog (Date, Comment, MediaId, LocationId, NewVolStatus) (SELECT VolStatus FROM Media WHERE VolumeName = '$media') ) "; - + $self->dbh_do($query); $self->debug($query); }