#884960 follow-up by bfroehle: Remove phantom empty column on date settings.

merge-requests/26/head
Angie Byron 2011-01-04 04:02:29 +00:00
parent b8d02bf0e7
commit 3a37a9c01b
1 changed files with 0 additions and 1 deletions

View File

@ -2039,7 +2039,6 @@ function theme_system_date_time_settings($variables) {
$row = array();
$row[] = $form['format'][$key]['#title'];
$form['format'][$key]['#title_display'] = 'invisible';
$row[] = $form['format'][$key]['#title_display'];
$row[] = array('data' => drupal_render($form['format'][$key]));
$row[] = array('data' => drupal_render($form['delete'][$delete_key]));
$rows[] = $row;