fixed typo

This commit is contained in:
JT Smith 2004-05-02 15:03:11 +00:00
parent 79ba9cef09
commit 77517f1236

View file

@ -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();