reactivated remove_orphaned_files.
This commit is contained in:
parent
6982561a6d
commit
4a046ecf3d
|
@ -25,7 +25,7 @@ for my $session (@ARGV) {
|
||||||
$dbh->commit();
|
$dbh->commit();
|
||||||
}
|
}
|
||||||
remove_orphaned_sessions();
|
remove_orphaned_sessions();
|
||||||
#remove_orphaned_files();
|
remove_orphaned_files();
|
||||||
remove_orphaned_versions();
|
remove_orphaned_versions();
|
||||||
$dbh->disconnect();
|
$dbh->disconnect();
|
||||||
exit();
|
exit();
|
||||||
|
|
Loading…
Reference in New Issue