diff options
Diffstat (limited to 'user_guide/database')
-rw-r--r-- | user_guide/database/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/results.html b/user_guide/database/results.html index 846504fd9..53f4713eb 100644 --- a/user_guide/database/results.html +++ b/user_guide/database/results.html @@ -71,7 +71,7 @@ Query Results <h2>result()</h2>
- <p>This function returns the query result as an array of <strong>objects</strong>, or <strong>FALSE</strong> on failure.
+ <p>This function returns the query result as an array of <strong>objects</strong>, or <strong>an empty array</strong> on failure.
Typically you'll use this in a foreach loop, like this:</p>
|