return false;\r
}\r
\r
+ /**\r
+ * Lists entities from an access collection\r
+ * \r
+ * @param $collection_id\r
+ * @param $entity_type\r
+ * @param $entity_subtype\r
+ * @param $owner_guid\r
+ * @param $limit\r
+ * @param $fullview\r
+ * @param $viewtypetoggle\r
+ * @param $pagination\r
+ * @return str\r
+ */\r
function list_entities_from_access_collection($collection_id, $entity_type = "", $entity_subtype = "", $owner_guid = 0, $limit = 10, $fullview = true, $viewtypetoggle = true, $pagination = true) {\r
$offset = (int) get_input('offset');\r
$limit = (int) $limit;\r