diff --git a/app/config/database.php.default b/app/config/database.php.default index bb4042e21..5c20804d4 100644 --- a/app/config/database.php.default +++ b/app/config/database.php.default @@ -73,7 +73,7 @@ * * encoding => * For MySQL, MySQLi, Postgres and DB2, specifies the character encoding to use when connecting to the - * database. Defaults to 'UTF-8' for DB2. Uses database default for all others. + * database. Uses database default. * */ class DATABASE_CONFIG { diff --git a/cake/console/libs/templates/skel/config/database.php.default b/cake/console/libs/templates/skel/config/database.php.default index bb4042e21..5c20804d4 100644 --- a/cake/console/libs/templates/skel/config/database.php.default +++ b/cake/console/libs/templates/skel/config/database.php.default @@ -73,7 +73,7 @@ * * encoding => * For MySQL, MySQLi, Postgres and DB2, specifies the character encoding to use when connecting to the - * database. Defaults to 'UTF-8' for DB2. Uses database default for all others. + * database. Uses database default. * */ class DATABASE_CONFIG {