1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11495] Some more doc changes

PHPBB3-11495
This commit is contained in:
Joas Schilling
2013-04-30 18:39:22 +02:00
parent d1d59dc5cc
commit 6a7378ecbd
2 changed files with 4 additions and 4 deletions

View File

@@ -577,7 +577,7 @@ abstract class phpbb_tree_nestedset implements phpbb_tree_interface
/**
* Get items that are related to the given item by the condition
*
* @param int $item_id The item id to get the node set from
* @param int $item_id Id of the item to retrieve the node set from
* @param string $condition Query string restricting the item list
* @param bool $order_asc Order the items ascending by their left_id
* @param bool $include_item Should the item matching the given item id be included in the list as well