Skip to content

Commit

Permalink
Add charset parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 14, 2014
1 parent 7d97231 commit 5bb54e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/Core/lib/Horde/Config.php
Expand Up @@ -1318,6 +1318,7 @@ public function configSQL($ctx, $node = null, $switchname = 'driverconfig')
'fields' => array(
'username' => $username,
'password' => $password,
'charset' => $charset,
'method' => array(
'desc' => 'How should the database connection be specified',
'default' => $this->_default(
Expand Down

0 comments on commit 5bb54e6

Please sign in to comment.