Wrap text
|
|
$type = 'video';
$query = array('ids' => array());
$options = array('restrictions' => 0, 'subtype' => 'manual');
if ($collection_owner != $this->username) {
$options['owner'] = $collection_owner;
}
$collection_id = $this->api->callRemote('collection.create', $type,
$collection_name, $query, $options);
|