1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-11 00:52:29 +01:00
Martin Rüegg f941a30838 move comments to commit comment
// 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
2015-02-13 11:14:59 +01:00
..
2015-02-13 11:14:59 +01:00