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