From: cash Date: Fri, 4 Mar 2011 00:55:54 +0000 (+0000) Subject: added a hint about 0 meaning no limit for ege X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1b9a059d96265ddb058be4f73c6989c318181f8d;p=lorea%2Felgg.git 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 --- 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 *