mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Start adding vcard import/export class
This commit is contained in:
parent
afc340b7c5
commit
913f1580c1
4
phpgwapi/inc/class.vcard.inc.php
Normal file
4
phpgwapi/inc/class.vcard.inc.php
Normal 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');
|
||||
?>
|
Loading…
Reference in New Issue
Block a user