Browse Source

Changed case ot conform to standard

pull/247/head
Alan Stanley 12 years ago
parent
commit
a9abf13eaf
  1. 2
      includes/solution_packs.inc

2
includes/solution_packs.inc

@ -629,7 +629,7 @@ function theme_islandora_viewers_table($variables) {
* if no viewer is set. * if no viewer is set.
*/ */
function islandora_get_viewer($params = NULL, $variable_id = NULL, $fedora_object = null) { function islandora_get_viewer($params = NULL, $variable_id = NULL, $fedora_object = NULL) {
// get viewer from settings // get viewer from settings
$settings = variable_get($variable_id, array()); $settings = variable_get($variable_id, array());
// make sure a viewer is set // make sure a viewer is set

Loading…
Cancel
Save