From ea61933ca38da6c74b719f3f68f24d2b626922ed Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 19 Apr 2010 09:33:16 +0200 Subject: [PATCH] Fix constant. --- turba/data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turba/data.php b/turba/data.php index 7607a727c..1c88379f3 100644 --- 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'; -- 2.11.0