]> git.sur5r.net Git - bacula/bacula/commitdiff
cleanup temp table in bweb
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 5 Aug 2009 19:05:55 +0000 (21:05 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 5 Aug 2009 19:05:55 +0000 (21:05 +0200)
gui/bweb/cgi/bresto.pl

index 0b31d8cdf9411a285a2b22044f7015a8d30dc638..53de360a1fd24f13aa6e9ee45fab5ab3969c7c9c 100755 (executable)
@@ -1221,7 +1221,7 @@ if ($action eq 'list_files_dirs') {
     }
 
     if ($table) {
-        #$bvfs->dbh_do("DROP TABLE $table");
+        $bvfs->dbh_do("DROP TABLE $table");
     }
 
 }