From 69ce869b818dcd9bfad37bed2879160755541913 Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Wed, 17 Apr 2013 11:01:08 -0300 Subject: [PATCH] removed unused variable --- includes/utilities.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/utilities.inc b/includes/utilities.inc index df924dce..90676923 100644 --- a/includes/utilities.inc +++ b/includes/utilities.inc @@ -764,7 +764,6 @@ function islandora_get_content_models($ignore_system_namespace = TRUE) { * Drupal form element allowing content model selection */ function islandora_content_model_select_table_form_element($drupal_variable) { - $connection = islandora_get_tuque_connection(); $defaults = array(); $rows = array(); $content_models = array();