mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
[ticket/11495] Fix description of get_sql_where
PHPBB3-11495
This commit is contained in:
parent
f831e3c66e
commit
5c379db085
@ -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…
x
Reference in New Issue
Block a user