projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916164f
)
Missed on line in the merge.
author
Jan Schneider
<jan@horde.org>
Mon, 15 Dec 2008 21:27:52 +0000
(22:27 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 15 Dec 2008 21:27:52 +0000
(22:27 +0100)
framework/Mime/lib/Horde/Mime/Viewer/vcard.php
patch
|
blob
|
history
diff --git
a/framework/Mime/lib/Horde/Mime/Viewer/vcard.php
b/framework/Mime/lib/Horde/Mime/Viewer/vcard.php
index
d7e3956
..
12e6b99
100644
(file)
--- a/
framework/Mime/lib/Horde/Mime/Viewer/vcard.php
+++ b/
framework/Mime/lib/Horde/Mime/Viewer/vcard.php
@@
-131,7
+131,7
@@
class Horde_Mime_Viewer_vcard extends Horde_Mime_Viewer_Driver
$labels = $vc->getAllAttributes('LABEL');
foreach ($labels as $label) {
if (isset($label['params']['TYPE'])) {
- if (!is_array($
item
['params']['TYPE'])) {
+ if (!is_array($
label
['params']['TYPE'])) {
$label['params']['TYPE'] = array($label['params']['TYPE']);
}
} else {