commit | dd58ff6d2b5bd2a6f5f2a6aed0b1d5949b3aafd2 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Thu Feb 04 17:06:50 2010 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Thu Feb 04 17:06:50 2010 +0000 |
tree | 7389a60af468d0cebaccb5ce0d636fdc5fe6db1f | |
parent | e7f0325af984392aa4c509dc5a5ca409f5e9474a [diff] |
note on case sensitivity in database_exists()
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html index f46db68..7f74abb 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html
@@ -114,7 +114,7 @@ } </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>