bugfix [ 1028446 ] Can't copy Navigation

This commit is contained in:
JT Smith 2004-09-15 21:19:36 +00:00
parent b65ddaf8f0
commit 930368341e
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
- bugfix [ 1028746 ] All pages shown as Roots & PageTree not working
- bugfix [ 1028561 ] Manage Users - Next Page Link Broken
- bugfix [ 1028494 ] Folder not shown in Manage Collateral
- bugfix [ 1028446 ] Can't copy Navigation
6.2.2

View file

@ -61,7 +61,7 @@ sub www_copyNavigation {
WebGUI::SQL->write("insert into Navigation (navigationId, identifier, depth, method, startAt, stopAtLevel,
templateId, showSystemPages, showHiddenPages, showUnprivilegedPages,
reverse)
values (".WebGUI::Id::generate().",
values (".quote(WebGUI::Id::generate()).",
".quote($navigation{identifier}.' (copy)').", $navigation{depth}, ".quote($navigation{method}).
", ".quote($navigation{startAt}).", $navigation{stopAtLevel}, ".quote($navigation{templateId}).",
$navigation{showSystemPages}, $navigation{showHiddenPages},$navigation{showUnprivilegedPages},