Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianAker committed Feb 16, 2002
1 parent 44b01db commit e72907b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Slash/DB/Static/MySQL/MySQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ sub _deleteThread {

if (!$level) {
for (@{$comments_deleted}) {
$count += $slashdb->deleteComment($_);
print STDERR "DELETING $_ : $count \n";
$count += $self->deleteComment($_);
}
}

return $count;
Expand Down

0 comments on commit e72907b

Please sign in to comment.