From 0a984f2c2bb232f245947d895ce5cc38787034a3 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 18 Mar 2005 07:34:07 +0000 Subject: - #18597: Resolve conflict in column name between queue.module and poll.module. --- includes/common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index f326bdeca..f35db4637 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1115,7 +1115,7 @@ function form_radios($title, $name, $value, $options, $description = NULL, $requ if (count($options) > 0) { $choices = ''; foreach ($options as $key => $choice) { - $choices .= '
'; + $choices .= '
'; } return theme('form_element', $title, $choices, $description, NULL, $required, _form_get_error($name)); } @@ -1179,7 +1179,7 @@ function form_checkboxes($title, $name, $values, $options, $description = NULL, } $choices = ''; foreach ($options as $key => $choice) { - $choices .= '
'; + $choices .= '
'; } // Note: because unchecked boxes are not included in the POST data, we // include a form_hidden() which will be overwritten as soon as there is at -- cgit v1.2.3