[ticket/11495] Fix description of get_sql_where

PHPBB3-11495
This commit is contained in:
Joas Schilling 2013-04-17 22:56:12 +02:00
parent f831e3c66e
commit 5c379db085

View file

@ -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.