From 4a046ecf3dba8d184bc00c95270643d9083aa0a7 Mon Sep 17 00:00:00 2001 From: hjp Date: Sun, 1 Dec 2013 12:17:15 +0000 Subject: [PATCH] reactivated remove_orphaned_files. --- scripts/remove_session | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove_session b/scripts/remove_session index 3ebb018..e35e33b 100755 --- a/scripts/remove_session +++ b/scripts/remove_session @@ -25,7 +25,7 @@ for my $session (@ARGV) { $dbh->commit(); } remove_orphaned_sessions(); -#remove_orphaned_files(); +remove_orphaned_files(); remove_orphaned_versions(); $dbh->disconnect(); exit();