Created
February 20, 2012 17:53
-
-
Save kiall/1870299 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 8e25093633513559e911e9c7d8fc65d93744e6d0 | |
Author: Kiall Mac Innes <[email protected]> | |
Date: Mon Feb 20 14:02:43 2012 +0000 | |
Update database config for PSR-0. Refs #4001. | |
diff --git a/config/database.php b/config/database.php | |
index 694867b..e2021bd 100644 | |
--- a/config/database.php | |
+++ b/config/database.php | |
@@ -4,7 +4,7 @@ return array | |
( | |
'default' => array | |
( | |
- 'type' => 'mysql', | |
+ 'type' => 'MySQL', | |
'connection' => array( | |
/** | |
* The following options are available for MySQL: | |
@@ -29,7 +29,7 @@ return array | |
'caching' => FALSE, | |
), | |
'alternate' => array( | |
- 'type' => 'pdo', | |
+ 'type' => 'PDO', | |
'connection' => array( | |
/** | |
* The following options are available for PDO: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment