diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/entities.php | 2 |
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 * |