[Tickets #12322] Typo on local sql additional email addresses example
noreply at bugs.horde.org
noreply at bugs.horde.org
Sun Jun 9 07:21:19 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12322
------------------------------------------------------------------------------
Ticket | 12322
Created By | mayala at unex.es
Summary | Typo on local sql additional email addresses example
Queue | Turba
Version | 4.1.0
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
mayala at unex.es (2013-06-09 07:21) wrote:
There are a typo on current stable turba 4.1 backends.php localsql example.
The disabled additional emails map attributes:
// 'homeemail' => 'object_homeemail',
// 'workemail' => 'object_workemail',
must be
// 'homeEmail' => 'object_homeemail',
// 'workEmail' => 'object_workemail',
and the counterpart tab:
'tabs' => array(
...
_("Communications") => array('email', 'homeemail', 'workemail',
...
must be
'tabs' => array(
...
_("Communications") => array('email', 'homeEmail', 'workEmail',
...
This way it works.
More information about the bugs
mailing list