projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c944c8
)
Remove write_db from configuration parameters.
author
Jan Schneider
<jan@horde.org>
Wed, 19 May 2010 14:33:45 +0000
(16:33 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 19 May 2010 14:33:45 +0000
(16:33 +0200)
framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php
b/framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php
index
71e0c07
..
6169982
100644
(file)
--- a/
framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php
+++ b/
framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php
@@
-220,7
+220,8
@@
abstract class Horde_Db_Adapter_Pdo_Base extends Horde_Db_Adapter_Base
$dsnOpts['protocol'],
$dsnOpts['persistent'],
$dsnOpts['charset'],
- $dsnOpts['phptype']
+ $dsnOpts['phptype'],
+ $dsnOpts['write_db']
);
// return DSN and user/pass for connection