From 77517f1236bc58fca9c56930a1cc3e92823aa829 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 2 May 2004 15:03:11 +0000 Subject: [PATCH] fixed typo --- docs/upgrades/upgrade_6.0.1-6.0.2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();