Skip to content

Commit

Permalink
Was this supposed to be used later?
Browse files Browse the repository at this point in the history
At the moment, it's not. Do the other changes fix the charset issue? Using the
Horde configuration is not a good solution anyway.
  • Loading branch information
yunosh committed Apr 20, 2015
1 parent 0267d80 commit eddb385
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -45,10 +45,6 @@ public function up()
/** Migrate existing resources to shares */
$columns = $this->_connection->columns('kronolith_resources');

/** Try to get existing data charset **/
$config = Horde::getDriverConfig($backend, 'sql');
$charset = empty($config['charset']) ? 'utf-8' : $config['charset'];

$rows = $this->_connection->selectAll('SELECT * FROM kronolith_resources');
$shares = $GLOBALS['injector']
->getInstance('Horde_Core_Factory_Share')
Expand Down

0 comments on commit eddb385

Please sign in to comment.