From: Jan Schneider Date: Mon, 19 Apr 2010 07:33:16 +0000 (+0200) Subject: Fix constant. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ea61933ca38da6c74b719f3f68f24d2b626922ed;p=horde.git Fix constant. --- 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';