[bugs] [Bug 1080] Changed - Turbo does not handle multiple e-mail
addresses right (LDAP)
bugs at bugs.horde.org
bugs@bugs.horde.org
Wed Oct 16 17:54:56 PDT 2002
http://bugs.horde.org/show_bug.cgi?id=1080
*** shadow/1080 Wed Oct 16 08:05:00 2002
--- shadow/1080.tmp.6814 Wed Oct 16 13:54:56 2002
***************
*** 3,9 ****
Version: other
Platform: All Browsers
OS/Version: Linux
! Status: NEW
Resolution:
Severity: normal
Priority: P2
--- 3,9 ----
Version: other
Platform: All Browsers
OS/Version: Linux
! Status: ASSIGNED
Resolution:
Severity: normal
Priority: P2
***************
*** 30,32 ****
--- 30,42 ----
and will be multiple, so something has to be fixed in Turba for this.
"Peters,P.G.M. (CIV)", Peters,P.G.M. (CIV)
+
+ ------- Additional Comments From chuck@horde.org 10/16/02 13:54 -------
+ We support an (admittedly poorly documented) parameter
+ 'multiple_entry_separator' which is used to break up multiple entries:
+
+ if (!empty($params['multiple_entry_separator'])) {
+ $this->separator = $params['multiple_entry_separator'];
+ }
+
+ Does this improve things for you?
More information about the bugs
mailing list