Fix constant.
authorJan Schneider <jan@horde.org>
Mon, 19 Apr 2010 07:33:16 +0000 (09:33 +0200)
committerJan Schneider <jan@horde.org>
Mon, 19 Apr 2010 11:26:40 +0000 (13:26 +0200)
turba/data.php

index 7607a72..1c88379 100644 (file)
@@ -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';