Use the edit icon to change values
getmediaTypeID());
// remove the already selected from the available list
if (is_array($covers) && sizeof($covers) > 0) {
$filtererCovers = array();
foreach ($coverTypes as $cobj) {
if (!in_array ($cobj, $covers)) {
array_push($filtererCovers, $cobj);
}
}
$coverTypes = $filtererCovers;
}
?>