diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-04-25 13:44:52 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-04-25 13:44:52 +0200 |
commit | 3efae6d8af6dfe22c0790d3004fdbf20eb16a292 (patch) | |
tree | a25c7d91b7ca36719a3c6f53cd0c827b4f55aac2 /phpBB | |
parent | 4bff28a0eeaf44eae9e99725ead6ff2cf770b857 (diff) | |
download | forums-3efae6d8af6dfe22c0790d3004fdbf20eb16a292.tar forums-3efae6d8af6dfe22c0790d3004fdbf20eb16a292.tar.gz forums-3efae6d8af6dfe22c0790d3004fdbf20eb16a292.tar.bz2 forums-3efae6d8af6dfe22c0790d3004fdbf20eb16a292.tar.xz forums-3efae6d8af6dfe22c0790d3004fdbf20eb16a292.zip |
[ticket/11495] Explain whether move_children prepends/appends/overwrittes
PHPBB3-11495
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/nestedset/interface.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/nestedset/interface.php b/phpBB/includes/nestedset/interface.php index 9948ccf019..9a8f9c4eea 100644 --- a/phpBB/includes/nestedset/interface.php +++ b/phpBB/includes/nestedset/interface.php @@ -85,6 +85,9 @@ interface phpbb_nestedset_interface /** * Moves all children of one item to another item * + * If the new parent already has children, the new children are appended + * to the list. + * * @param int $current_parent_id The current parent item * @param int $new_parent_id The new parent item * @return bool True if any items where moved |