mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/11495] Fix description of get_sql_where
PHPBB3-11495
This commit is contained in:
@@ -50,9 +50,7 @@ abstract class phpbb_nestedset_base implements phpbb_nestedset_interface
|
|||||||
protected $item_basic_data = array('*');
|
protected $item_basic_data = array('*');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delete an item from the nested set (also deletes the rows form the table)
|
* Returns additional sql where restrictions
|
||||||
*
|
|
||||||
* Also deletes all subitems from the nested set
|
|
||||||
*
|
*
|
||||||
* @param string $operator SQL operator that needs to be prepended to sql_where,
|
* @param string $operator SQL operator that needs to be prepended to sql_where,
|
||||||
* if it is not empty.
|
* if it is not empty.
|
||||||
|
Reference in New Issue
Block a user