Browse Source

removed space, coding standards

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

2
includes/utilities.inc

@ -776,7 +776,7 @@ function islandora_content_model_select_table_form_element($drupal_variable) {
'pid' => array('data' => t('PID')), 'pid' => array('data' => t('PID')),
'title' => array('data' => t('Content Model')), 'title' => array('data' => t('Content Model')),
); );
// Build and return table element. // Build and return table element.
$element = array( $element = array(
'#type' => 'tableselect', '#type' => 'tableselect',
'#header' => $header, '#header' => $header,

Loading…
Cancel
Save