Browse Source

removed unused variable

pull/307/head
Alan Stanley 12 years ago
parent
commit
69ce869b81
  1. 1
      includes/utilities.inc

1
includes/utilities.inc

@ -764,7 +764,6 @@ function islandora_get_content_models($ignore_system_namespace = TRUE) {
* Drupal form element allowing content model selection * Drupal form element allowing content model selection
*/ */
function islandora_content_model_select_table_form_element($drupal_variable) { function islandora_content_model_select_table_form_element($drupal_variable) {
$connection = islandora_get_tuque_connection();
$defaults = array(); $defaults = array();
$rows = array(); $rows = array();
$content_models = array(); $content_models = array();

Loading…
Cancel
Save