From: Jan Schneider Date: Tue, 21 Sep 2010 14:02:15 +0000 (+0200) Subject: Revert "Remove 'read' and 'write_db' from DSN. We should probably better use separate" X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=438ccf8cdefa790b844f22a13ba6a1a7bc8f1a39;p=horde.git Revert "Remove 'read' and 'write_db' from DSN. We should probably better use separate" This reverts commit e4bda381d8b4ee972a9427dac535c79af1aa797a. Conflicts: crumb/locale --- diff --git a/framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php b/framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php index 14047211e..938172db8 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php +++ b/framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php @@ -94,9 +94,7 @@ class Horde_Db_Adapter_Pdo_Mysql extends Horde_Db_Adapter_Pdo_Base unset( $dsnOpts['adapter'], $dsnOpts['username'], - $dsnOpts['password'], - $dsnOpts['read'], - $dsnOpts['write_db'] + $dsnOpts['password'] ); $dsnOpts = $this->_normalizeConfig($dsnOpts);