diff options
-rw-r--r-- | user_guide/database/utilities.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html index f46db6820..7f74abb2a 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html @@ -114,7 +114,7 @@ if ($this->db->database_exists('database_name'))<br /> } </code> -<p>Note: Replace <em>database_name</em> with the name of the table you are looking for.</p> +<p>Note: Replace <em>database_name</em> with the name of the table you are looking for. This function is case sensitive.</p> |