Skip to content
Snippets Groups Projects
Commit 9793c05d authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- add missed comment

parent 139567ce
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ SQL_PURGED_PLAN
$dcvalue =~ tr/'/"/;
eval {$plans->{dc}->execute($ieid, $ieversion, $dckey, $dcvalue)} or die "sql problem detected with $ieid ($ieversion, $dckey, $dcvalue), ", $dbh->errstr;
}
foreach my $delstate (qw(purged deleted)) {
foreach my $delstate (qw(purged deleted)) { # we ignore "recovered" state here, because not an extra table
if ($refhash->{$delstate}) {
my $delete = $refhash->{$delstate};
# TODO: call plan plans->{deleted}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment