forums working for the most part

This commit is contained in:
JT Smith 2005-02-12 19:33:44 +00:00
parent 924139ba30
commit e6ca0fa19e
4 changed files with 51 additions and 28 deletions

View file

@ -748,7 +748,9 @@ while (my ($id, $template, $namespace) = $sth->array) {
$template =~ s/numberOfPages/pagination.pageCount/ixsg;
$template =~ s/pageNumber/pagination.pageNumber/ixsg;
$template =~ s/thread_loop/post_loop/ixsg;
$template =~ s/depth_loop/indent_loop/ixsg;
$template =~ s/back\.url/collaboration.url/ixsg;
$template =~ s/list\.label/back.label/ixsg;
$template =~ s/-=:\s+:=-//ixsg;
WebGUI::SQL->write("update template set template=".quote($template).", namespace=".quote($namespace)." where assetId=".quote($id));
}