mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11495] Fix description of get_sql_where
PHPBB3-11495
This commit is contained in:
parent
f831e3c66e
commit
5c379db085
1 changed files with 1 additions and 3 deletions
|
@ -50,9 +50,7 @@ abstract class phpbb_nestedset_base implements phpbb_nestedset_interface
|
|||
protected $item_basic_data = array('*');
|
||||
|
||||
/**
|
||||
* Delete an item from the nested set (also deletes the rows form the table)
|
||||
*
|
||||
* Also deletes all subitems from the nested set
|
||||
* Returns additional sql where restrictions
|
||||
*
|
||||
* @param string $operator SQL operator that needs to be prepended to sql_where,
|
||||
* if it is not empty.
|
||||
|
|
Loading…
Add table
Reference in a new issue