aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/tree/nestedset.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-04-30 17:11:55 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-04-30 17:11:55 +0200
commitf3f7be4cd1a0495cf44787c713480d5aceb1bae1 (patch)
treec77902c7b00b5ebc4f941aa7e508f28581dd59db /phpBB/includes/tree/nestedset.php
parent6055a3cc7ed76cfe458ea524bfad66f475f35ce8 (diff)
downloadforums-f3f7be4cd1a0495cf44787c713480d5aceb1bae1.tar
forums-f3f7be4cd1a0495cf44787c713480d5aceb1bae1.tar.gz
forums-f3f7be4cd1a0495cf44787c713480d5aceb1bae1.tar.bz2
forums-f3f7be4cd1a0495cf44787c713480d5aceb1bae1.tar.xz
forums-f3f7be4cd1a0495cf44787c713480d5aceb1bae1.zip
[ticket/11495] Fix @return doc of get_sql_where()
PHPBB3-11495
Diffstat (limited to 'phpBB/includes/tree/nestedset.php')
-rw-r--r--phpBB/includes/tree/nestedset.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/includes/tree/nestedset.php b/phpBB/includes/tree/nestedset.php
index f92606a4c4..5a12afdfe9 100644
--- a/phpBB/includes/tree/nestedset.php
+++ b/phpBB/includes/tree/nestedset.php
@@ -92,7 +92,8 @@ abstract class phpbb_tree_nestedset implements phpbb_tree_interface
* @param string $operator SQL operator that needs to be prepended to sql_where,
* if it is not empty.
* @param string $column_prefix Prefix that needs to be prepended to column names
- * @return bool True if the item was deleted
+ * @return string Returns additional where statements to narrow down the tree,
+ * prefixed with operator and prepended column_prefix to column names
*/
public function get_sql_where($operator = 'AND', $column_prefix = '')
{