From 4e9aaaf4cff10727615a46bcf8a79643a3691508 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 5 Aug 2009 21:05:55 +0200 Subject: [PATCH] cleanup temp table in bweb --- gui/bweb/cgi/bresto.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } -- 2.39.5