diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-02-04 18:06:50 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-02-04 18:06:50 +0100 |
commit | dd58ff6d2b5bd2a6f5f2a6aed0b1d5949b3aafd2 (patch) | |
tree | 7389a60af468d0cebaccb5ce0d636fdc5fe6db1f /user_guide | |
parent | e7f0325af984392aa4c509dc5a5ca409f5e9474a (diff) |
note on case sensitivity in database_exists()
Diffstat (limited to 'user_guide')
-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> |