Skip to content

Commit

Permalink
Use latest DB.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 15, 2023
1 parent 8586b71 commit 4502661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Genealogy/ObituaryDailyTimes/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ sub selectall_hash {
if($self->{'logger'}) {
$self->{'logger'}->debug('cache MISS');
}
} elsif($self->{'logger'}) {
$self->{'logger'}->debug('cache not used');
}

if(my $sth = $self->{$table}->prepare($query)) {
Expand Down

0 comments on commit 4502661

Please sign in to comment.