summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
diff options
context:
space:
mode:
authoraneasystone <aneasystone@gmail.com>2015-07-29 11:34:45 +0200
committeraneasystone <aneasystone@gmail.com>2015-07-29 11:34:45 +0200
commit319032d3719b3e99b4640e96ca6462abc83abd36 (patch)
treeebc116df456dac5ddad70233cafb32b22669c606 /user_guide_src/source/database
parent2ffdb7b9ddcd9cbc49fc347fe8d8f276bdab60e0 (diff)
fix mixed-up database and table
Signed-off-by: aneasystone <aneasystone@gmail.com>
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r--user_guide_src/source/database/utilities.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/database/utilities.rst b/user_guide_src/source/database/utilities.rst
index 2fa5239c8..114291f85 100644
--- a/user_guide_src/source/database/utilities.rst
+++ b/user_guide_src/source/database/utilities.rst
@@ -65,7 +65,7 @@ Returns a boolean TRUE/FALSE. Usage example::
// some code...
}
-.. note:: Replace *database_name* with the name of the table you are
+.. note:: Replace *database_name* with the name of the database you are
looking for. This method is case sensitive.
Optimize a Table
@@ -111,7 +111,7 @@ FALSE on failure.
print_r($result);
}
-.. note:: Not all database platforms support table optimization. It
+.. note:: Not all database platforms support database optimization. It
it is mostly for use with MySQL.
Export a Query Result as a CSV File