forums working for the most part
This commit is contained in:
parent
924139ba30
commit
e6ca0fa19e
4 changed files with 51 additions and 28 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue