Browse Source

remove comment

pull/457/head
Nelson Hart 11 years ago
parent
commit
f486133fbb
  1. 1
      includes/solution_packs.inc

1
includes/solution_packs.inc

@ -735,7 +735,6 @@ function islandora_get_viewers($mimetype = NULL, $content_model = NULL) {
$value['mimetype'] = isset($value['mimetype']) ? $value['mimetype'] : array();
$value['model'] = isset($value['model']) ? $value['model'] : array();
if (array_intersect($mimetype, $value['mimetype']) OR in_array($content_model, $value['model'])) {
//if (in_array($mimetype, $value['mimetype']) OR in_array($content_model, $value['model'])) {
$viewers[$key] = $value;
}
}

Loading…
Cancel
Save