From f2bec4baab90431634f0a9250c1dcb6256d6e673 Mon Sep 17 00:00:00 2001 From: Nigel Banks Date: Wed, 2 Jan 2013 03:25:57 +0000 Subject: [PATCH] Updated function header. --- includes/solution_packs.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/includes/solution_packs.inc b/includes/solution_packs.inc index 5b932b51..75eac263 100644 --- a/includes/solution_packs.inc +++ b/includes/solution_packs.inc @@ -528,10 +528,14 @@ function islandora_viewers_form($variable_id = NULL, $mimetype = NULL, $model = * Returns all defined viewers. * * @param string $mimetype - * specify a mimetype to return only viewers that support this certain + * Specify a mimetype to return only viewers that support this certain * mimetype. - * @return - * array of viewer definitions, or FALSE if none are found. + * @param string $content_model + * Specify a content model to return only viewers that support the content + * model. + * + * @return array + * Viewer definitions, or FALSE if none are found. */ function islandora_get_viewers($mimetype = NULL, $content_model = NULL) { $viewers = array();