mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
PHPGW_SERVER_ROOT/phpgwapi/inc --> EGW_API_INC
This commit is contained in:
parent
cb8cd0f3e6
commit
49f86c41c3
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once PHPGW_SERVER_ROOT.'/phpgwapi/inc/horde/Horde/iCalendar.php';
|
||||
require_once EGW_API_INC.'/horde/Horde/iCalendar.php';
|
||||
|
||||
|
||||
// The following were shamelessly yoinked from Contact_Vcard_Build
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once PHPGW_SERVER_ROOT.'/phpgwapi/inc/horde/Horde/iCalendar.php';
|
||||
require_once EGW_API_INC.'/horde/Horde/iCalendar.php';
|
||||
|
||||
/**
|
||||
* Class representing vNotes.
|
||||
|
Loading…
Reference in New Issue
Block a user