projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e49654
)
Fix constant.
author
Jan Schneider
<jan@horde.org>
Mon, 19 Apr 2010 07:33:16 +0000
(09:33 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 19 Apr 2010 11:26:40 +0000
(13:26 +0200)
turba/data.php
patch
|
blob
|
history
diff --git
a/turba/data.php
b/turba/data.php
index
7607a72
..
1c88379
100644
(file)
--- a/
turba/data.php
+++ b/
turba/data.php
@@
-235,7
+235,7
@@
case 'export':
}
$exportType = Horde_Util::getFormData('exportID');
- $vcard = $exportType == EXPORT_VCARD ||
+ $vcard = $exportType ==
Horde_Data::
EXPORT_VCARD ||
$exportType == 'vcard30';
if ($vcard) {
$version = $exportType == 'vcard30' ? '3.0' : '2.1';