diff --git a/docs/upgrades/upgrade_6.0.1-6.0.2.pl b/docs/upgrades/upgrade_6.0.1-6.0.2.pl index 7d5353141..c74c11548 100644 --- a/docs/upgrades/upgrade_6.0.1-6.0.2.pl +++ b/docs/upgrades/upgrade_6.0.1-6.0.2.pl @@ -34,7 +34,7 @@ while (my $data = $sth->hashRef) { $data->{template} =~ s/pageNumber/pagination.pageNumber/ig; WebGUI::SQL->write("update template set template=".quote($data->{template})." where namespace=".quote($data->{namespace})." and templateId=".quote($data->{templateId})); } -$sth->close; +$sth->finish; WebGUI::Session::close();