mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-11 00:52:29 +01:00
f941a30838
// Not sure if I'm doing it wrongly, or if its supposed to return // the info in an array? // https://github.com/owncloud/core/blob/master/lib/private/share/share.php // \-> getItemSharedWithBySource() // \-> self::getItems() // -> return array(); // or -> return formatResult(); // \-> https://github.com/owncloud/contacts/blob/master/lib/share/addressbook.php // \-> formatItems() // \--> which in turn also always returns an array // thus $addressBook is an array. either empty or having one entry