Start adding vcard import/export class

This commit is contained in:
Miles Lott 2001-03-21 08:06:40 +00:00
parent afc340b7c5
commit 913f1580c1

View File

@ -0,0 +1,4 @@
<?php
if (!$phpgw_info['server']['contacts_application']) { $phpgw_info['server']['contacts_application'] = 'addressbook'; }
include(PHPGW_INCLUDE_ROOT.'/'.$phpgw_info['server']['contacts_application'].'/inc/class.vcard.inc.php');
?>