fixed typo
This commit is contained in:
parent
79ba9cef09
commit
77517f1236
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue