Skip to content

Commit

Permalink
Update database config for PSR-0. Refs #4001.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiall committed Feb 20, 2012
1 parent cb64b29 commit 8e25093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(
'default' => array
(
'type' => 'mysql',
'type' => 'MySQL',
'connection' => array(
/**
* The following options are available for MySQL:
Expand All @@ -29,7 +29,7 @@
'caching' => FALSE,
),
'alternate' => array(
'type' => 'pdo',
'type' => 'PDO',
'connection' => array(
/**
* The following options are available for PDO:
Expand Down

0 comments on commit 8e25093

Please sign in to comment.