mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
Database Upgrade routine, and some bugfixes
This commit is contained in:
parent
5b83872773
commit
9c757b18ab
7 changed files with 229 additions and 246 deletions
|
@ -7,6 +7,8 @@ define("DAV_DISPLAYNAME", "{DAV:}displayname");
|
|||
define("DAV_CALENDARCOLOR", "{http://apple.com/ns/ical/}calendar-color");
|
||||
|
||||
|
||||
class DAVVersionMismatchException extends Exception {}
|
||||
|
||||
|
||||
class vcard_source_data_email
|
||||
{
|
||||
|
@ -357,8 +359,8 @@ function dav_create_empty_vevent($uid = "")
|
|||
|
||||
|
||||
/**
|
||||
* @param Sabre_VObject_Component_VCalendar $vObject
|
||||
* @return Sabre_VObject_Component_VEvent|null
|
||||
* @param Sabre_VObject_Component_VEvent $vObject
|
||||
* @return Sabre_VObject_Component|null
|
||||
*/
|
||||
function dav_get_eventComponent(&$vObject)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue