projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7720de3
)
Revert "Remove 'read' and 'write_db' from DSN. We should probably better use separate"
author
Jan Schneider
<jan@horde.org>
Tue, 21 Sep 2010 14:02:15 +0000
(16:02 +0200)
committer
Jan Schneider
<jan@horde.org>
Tue, 21 Sep 2010 14:02:15 +0000
(16:02 +0200)
This reverts commit
e4bda381d8b4ee972a9427dac535c79af1aa797a
.
Conflicts:
crumb/locale
framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php
b/framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php
index
1404721
..
938172d
100644
(file)
--- 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);