projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00376ac
)
Reset $addresses if not using the registry for compose links.
author
Jan Schneider
<jan@horde.org>
Thu, 3 Jun 2010 11:38:09 +0000
(13:38 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 3 Jun 2010 11:38:09 +0000
(13:38 +0200)
turba/lib/Turba.php
patch
|
blob
|
history
diff --git
a/turba/lib/Turba.php
b/turba/lib/Turba.php
index
fbf774b
..
02d320f
100644
(file)
--- a/
turba/lib/Turba.php
+++ b/
turba/lib/Turba.php
@@
-54,6
+54,8
@@
class Turba {
$useRegistry = false;
$addresses = array();
}
+ } else {
+ $addresses = array();
}
foreach ($data as $i => $email_vals) {