81e1a0a5a727d6950e76cb608652fde0d358f774

Author: Kau-Boy

Date: 2009-07-16 16:14:45 +0200

fixing ticket #36 by replacing the duplicate $default datasource with the $bakery datasource

diff --git a/config/database.php.default b/config/database.php.default index 3943946..c436868 100644 --- a/config/database.php.default +++ b/config/database.php.default @@ -94,7 +94,7 @@ class DATABASE_CONFIG { 'prefix' => '', 'encoding' => 'UTF8' ); - var $default = array( + var $bakery = array( 'driver' => 'mysql', 'persistent' => false, 'host' => 'localhost',