[dev] horde conf.xml patch
Nuno Loureiro
nuno at co.sapo.pt
Thu Apr 27 12:27:24 PDT 2006
I guess this was left behind when we changed the default db to
'write' instead of 'read'.
Index: Horde/Horde/Config.php
===================================================================
RCS file: /repository/framework/Horde/Horde/Config.php,v
retrieving revision 1.104
diff -u -r1.104 Config.php
--- Horde/Horde/Config.php 19 Apr 2006 23:35:36 -0000 1.104
+++ Horde/Horde/Config.php 27 Apr 2006 19:25:12 -0000
@@ -614,13 +614,13 @@
$read_hostspec = array(
'_type' => 'text',
'required' => true,
- 'desc' => 'Write database server/host',
- 'default' => $this->_default($ctx . '|write|hostspec',
''));
+ 'desc' => 'Read database server/host',
+ 'default' => $this->_default($ctx . '|read|hostspec', ''));
$read_port = array(
'_type' => 'int',
'required' => false,
- 'desc' => 'Port the write DB is running on, if non-
standard',
- 'default' => $this->_default($ctx . '|write|port', null));
+ 'desc' => 'Port the read DB is running on, if non-
standard',
+ 'default' => $this->_default($ctx . '|read|port', null));
$splitread = array(
'_type' => 'boolean',
'required' => false,
----
Nuno Loureiro <nuno at co.sapo.pt>
DTP/APS/UNX - PT.COM - Portugal Telecom
PGP fingerprint = 8A32 5174 E80C 2D40 9075 405E C107 6592 054A 4D05
http://keyserver.noreply.org/pks/lookup?
op=get&fingerprint=on&search=0xC1076592054A4D05
A: Top posters.
Q: What is the most annoying thing on Usenet?
http://scriptkitchen.com/godkills.jpg <-- please think of the kittens.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.horde.org/archives/dev/attachments/20060427/ab5d8783/PGP.bin
More information about the dev
mailing list