From: Eric Bollengier Date: Wed, 5 Aug 2009 19:05:55 +0000 (+0200) Subject: cleanup temp table in bweb X-Git-Tag: Release-5.0.0~336^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a62b9bad6d74b28628786f0dbe157207dab0cdec;p=bacula%2Fbacula cleanup temp table in bweb --- diff --git a/gui/bweb/cgi/bresto.pl b/gui/bweb/cgi/bresto.pl index 0b31d8cdf9..53de360a1f 100755 --- a/gui/bweb/cgi/bresto.pl +++ b/gui/bweb/cgi/bresto.pl @@ -1221,7 +1221,7 @@ if ($action eq 'list_files_dirs') { } if ($table) { - #$bvfs->dbh_do("DROP TABLE $table"); + $bvfs->dbh_do("DROP TABLE $table"); } }