summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database/results.rst
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-03-05 18:49:55 +0100
committerTimothy Warren <tim@timshomepage.net>2012-03-05 18:49:55 +0100
commit69bb408cefe7ae496353f0d81692699f6ef83353 (patch)
treeb8bbe30338b169b2338c422c99202e515d89f7f0 /user_guide_src/source/database/results.rst
parentfdb75418c9c4b87e9d7f15f1b59fe8d55739c8f3 (diff)
Fixed note in documentation
Diffstat (limited to 'user_guide_src/source/database/results.rst')
-rw-r--r--user_guide_src/source/database/results.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/results.rst b/user_guide_src/source/database/results.rst
index 90d2efce3..865345762 100644
--- a/user_guide_src/source/database/results.rst
+++ b/user_guide_src/source/database/results.rst
@@ -150,7 +150,7 @@ is the variable that the query result object is assigned to::
echo $query->num_rows();
-..note::
+.. note::
Not all database drivers have a native way of getting the total
number of rows for a result set. When this is the case, all of
the data is prefetched and count() is manually called on the