From dd58ff6d2b5bd2a6f5f2a6aed0b1d5949b3aafd2 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 4 Feb 2010 17:06:50 +0000 Subject: note on case sensitivity in database_exists() --- user_guide/database/utilities.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/database/utilities.html') 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'))
} -

Note: Replace database_name with the name of the table you are looking for.

+

Note: Replace database_name with the name of the table you are looking for. This function is case sensitive.

-- cgit v1.2.3-24-g4f1b