aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-04 00:55:54 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-04 00:55:54 +0000
commit1b9a059d96265ddb058be4f73c6989c318181f8d (patch)
tree6bdf2f31cf95b0d496c6fdf8f9c0f50eac12a3ea /engine/lib/entities.php
parentbe0be6667aa5adce027c9e0496ce70fda260ae3f (diff)
downloadelgg-1b9a059d96265ddb058be4f73c6989c318181f8d.tar.gz
elgg-1b9a059d96265ddb058be4f73c6989c318181f8d.tar.bz2
added a hint about 0 meaning no limit for ege
git-svn-id: http://code.elgg.org/elgg/trunk@8572 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php
index 3bc9554fa..eff0330a1 100644
--- a/engine/lib/entities.php
+++ b/engine/lib/entities.php
@@ -710,7 +710,7 @@ function get_entity($guid) {
*
* reverse_order_by => BOOL Reverse the default order by clause
*
- * limit => NULL (10)|INT SQL limit clause
+ * limit => NULL (10)|INT SQL limit clause (0 means no limit)
*
* offset => NULL (0)|INT SQL offset clause
*