Close the statement handle.

This commit is contained in:
Colin Kuskie 2009-03-25 01:06:44 +00:00
parent 2bd407d70e
commit 5f1f0a8a11

View file

@ -404,6 +404,7 @@ END {
foreach my $group ($staff) {
$group->delete if defined $group;
}
$creationDateSth->finish;
}
sub simpleHrefParser {